Smart LEDZ protocol v1 codec and command library extracted from esphome-smart-ledz.
smartledz_protocol/v1/commands.hsmartledz_protocol/v1/state_codec.hsmartledz_protocol/v1/color_math.h
- Pure C++ (STL only).
- Implements command payload builders, notify payload application, and CT/RGB conversion helpers.
Generate API docs locally:
(cd docs && doxygen Doxyfile)Open:
docs/.doxygen/html/index.html
Generated documentation output under docs/.doxygen/ is excluded from version control.
Docs are published with GitHub Pages via:
.github/workflows/deploy-pages.yml
Set repository Pages source to GitHub Actions in repository settings.