2022-05-07 10:59:34 -04:00
|
|
|
set(srcs)
|
|
|
|
|
|
|
|
if(CONFIG_SOC_RMT_SUPPORTED)
|
|
|
|
list(APPEND srcs "src/led_strip_rmt_dev.c" "src/led_strip_rmt_encoder.c")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
idf_component_register(SRCS ${srcs}
|
2022-04-07 01:12:16 -04:00
|
|
|
INCLUDE_DIRS "include" "interface"
|
|
|
|
PRIV_REQUIRES "driver")
|