feat(dmx): implement DMX initialization and sending functionality

This commit is contained in:
RaffaelW 2026-03-15 19:51:59 +01:00
parent a2d51540b7
commit 5370e48d07
6 changed files with 91 additions and 2 deletions

View file

@ -1 +1 @@
idf_component_register(SRCS "src/dmx.c" INCLUDE_DIRS "include")
idf_component_register(SRCS "src/dmx.c" INCLUDE_DIRS "include" REQUIRES logger esp_dmx)