Files
WS2812B-LED-RC-Controller/main/CMakeLists.txt

11 lines
174 B
CMake

idf_component_register(
SRCS
"main.c"
"control.c"
"led.c"
"rcsignal.c"
"animation.c"
"localbtn.c"
INCLUDE_DIRS "."
)