Added rmt and driver

This commit is contained in:
2021-03-22 16:06:32 +01:00
parent 2e07b5c364
commit 47c3bd30c0

View File

@ -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
)