init: initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
idf_component_register(
|
||||
SRCS "src/led_indicator.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES driver esp_timer
|
||||
PRIV_REQUIRES esp_driver_gpio
|
||||
)
|
||||
Reference in New Issue
Block a user