ButtonLED Dev

This commit is contained in:
2025-01-30 16:46:21 -08:00
parent cc7b79b9e6
commit 1739499817
1391 changed files with 145106 additions and 0 deletions

View File

@ -0,0 +1,6 @@
idf_component_register(
SRCS "Main.c"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS ""
PRIV_REQUIRES esp_driver_gpio
)