group esp32s2 board into its group

This commit is contained in:
hathach
2020-11-27 22:31:47 +07:00
parent 9f0f29cd40
commit b572983cc8
15 changed files with 121 additions and 460 deletions

View File

@@ -0,0 +1,8 @@
set(component_srcs "src/led_strip_rmt_ws2812.c")
idf_component_register(SRCS "${component_srcs}"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS ""
PRIV_REQUIRES "driver"
REQUIRES "")