mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-09 03:11:29 +00:00
feat(dmx): implement DMX initialization and sending functionality
This commit is contained in:
parent
a2d51540b7
commit
5370e48d07
6 changed files with 91 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
idf_component_register(SRCS "dmx-interface.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES web_server)
|
||||
REQUIRES web_server dmx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue