mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
feat(demo): update lua module and board
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#pragma once
|
||||
#include "lua.h"
|
||||
#include "esp_err.h"
|
||||
|
||||
int luaopen_button(lua_State *L);
|
||||
esp_err_t lua_module_button_register(void);
|
||||
Reference in New Issue
Block a user