add(dmx): initialize DMX component

add(dependencies): include esp_dmx as a dependency in the project
update(idf_component): specify esp_dmx in the IDF component manifest
This commit is contained in:
RaffaelW 2026-03-05 22:00:22 +01:00
parent cac63b10d7
commit 3ced494e76
5 changed files with 25 additions and 2 deletions

View file

@ -0,0 +1 @@
idf_component_register(SRCS "src/dmx.c" INCLUDE_DIRS "include")