ButtonLED Dev
This commit is contained in:
6
ButtonLED/main/CMakeLists.txt
Normal file
6
ButtonLED/main/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
idf_component_register(
|
||||
SRCS "Main.c"
|
||||
PRIV_REQUIRES spi_flash
|
||||
INCLUDE_DIRS ""
|
||||
PRIV_REQUIRES esp_driver_gpio
|
||||
)
|
Reference in New Issue
Block a user