feat: update components dirs

This commit is contained in:
loop
2026-04-03 19:07:49 +08:00
parent ca1f2f9eb4
commit 9be258e164
118 changed files with 4 additions and 2 deletions
@@ -0,0 +1,20 @@
/*
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_err.h"
#include "lua.h"
#ifdef __cplusplus
extern "C" {
#endif
int luaopen_delay(lua_State *L);
esp_err_t lua_module_delay_register(void);
#ifdef __cplusplus
}
#endif