Files
WS2812B-LED-RC-Controller/main/CMakeLists.txt
2026-01-06 10:45:42 +01:00

12 lines
193 B
CMake

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