mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-07 10:22:21 +00:00
8 lines
103 B
CMake
8 lines
103 B
CMake
idf_component_register(
|
|
SRCS
|
|
"src/dmx.c"
|
|
INCLUDE_DIRS
|
|
"include"
|
|
REQUIRES
|
|
logger
|
|
esp_dmx)
|