CMakeLists.txt 161 B

1234
  1. idf_component_register(SRCS "led_strip_rmt_ws2812.c"
  2. INCLUDE_DIRS "include"
  3. PRIV_REQUIRES "driver"
  4. )