mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-03 07:39:56 +01:00
5 lines
161 B
CMake
5 lines
161 B
CMake
|
|
idf_component_register(SRCS "led_strip_rmt_ws2812.c"
|
||
|
|
INCLUDE_DIRS "include"
|
||
|
|
PRIV_REQUIRES "driver"
|
||
|
|
)
|