mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-09 03:11:29 +00:00
refactor: format CMakeLists.txt for better readability and add documentation comments in dmx.h
This commit is contained in:
parent
573757ffe0
commit
226370a077
3 changed files with 19 additions and 2 deletions
|
|
@ -1 +1,8 @@
|
|||
idf_component_register(SRCS "src/dmx.c" INCLUDE_DIRS "include" REQUIRES logger esp_dmx)
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"src/dmx.c"
|
||||
INCLUDE_DIRS
|
||||
"include"
|
||||
REQUIRES
|
||||
logger
|
||||
esp_dmx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue