按钮事物需要重写

This commit is contained in:
2026-07-31 21:28:28 +08:00
parent d9cc6e1f3a
commit 952ff88b6e
7 changed files with 119 additions and 71 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
idf_component_register(SRCS "hello_world_main.c" "iic.c" "oled.c" "state.c" "tca9535.c" "button.c" "moonshineOS_core/cli.c"
idf_component_register(SRCS "power.c" "hello_world_main.c" "iic.c" "oled.c" "state.c" "tca9535.c" "button.c" "moonshineOS_core/cli.c"
PRIV_REQUIRES spi_flash esp_driver_i2c esp_driver_uart log esp_timer
INCLUDE_DIRS "." "moonshineOS_core")