refactor: format CMakeLists.txt for better readability and add documentation comments in dmx.h

This commit is contained in:
HendrikRauh 2026-03-20 22:55:55 +01:00
parent 573757ffe0
commit 226370a077
3 changed files with 19 additions and 2 deletions

View file

@ -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)