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,3 +1,3 @@
idf_component_register(SRCS "dmx-interface.c"
INCLUDE_DIRS "."
REQUIRES web_server)
REQUIRES web_server dmx)