#idf_component_register(SRCS "led_strip_rmt_ws2812.c"
#                    INCLUDE_DIRS "include")

set(COMPONENT_SRCS "led_strip_rmt_ws2812.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")


set(COMPONENT_REQUIRES arithmetic)

register_component()