mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
9 lines
271 B
CMake
9 lines
271 B
CMake
|
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 "")
|
||
|
|