forked from Makuna/NeoPixelBus
Added rmt and driver
This commit is contained in:
@ -1 +1,9 @@
|
||||
idf_component_register(SRCS src/internal/Esp32_i2s.c INCLUDE_DIRS src)
|
||||
idf_component_register(
|
||||
SRCS
|
||||
src/internal/Esp32_i2s.c
|
||||
src/internal/NeoEsp32RmtMethod.cpp
|
||||
INCLUDE_DIRS
|
||||
src
|
||||
REQUIRES
|
||||
driver
|
||||
)
|
||||
|
Reference in New Issue
Block a user