8 lines
220 B
CMake
8 lines
220 B
CMake
idf_component_register(SRCS "main.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES
|
|
led_matrix
|
|
remote_control
|
|
persistence
|
|
)
|