6 lines
156 B
CMake
6 lines
156 B
CMake
idf_component_register(SRCS "led_matrix.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
led_strip
|
|
)
|