esp-idf/examples/common_components/led_strip/CMakeLists.txt

5 wiersze
161 B
CMake

idf_component_register(SRCS "led_strip_rmt_ws2812.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES "driver"
)