group esp32s2 board into its group
This commit is contained in:
8
hw/bsp/esp32s2/components/led_strip/CMakeLists.txt
Normal file
8
hw/bsp/esp32s2/components/led_strip/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(component_srcs "src/led_strip_rmt_ws2812.c")
|
||||
|
||||
idf_component_register(SRCS "${component_srcs}"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_INCLUDE_DIRS ""
|
||||
PRIV_REQUIRES "driver"
|
||||
REQUIRES "")
|
||||
|
Reference in New Issue
Block a user