sk6812: prepare use of multiple timing types.

timing is very tight so we need an extra routine per timing type for
sending a byte to the led strip.
This commit is contained in:
Martin Preuss
2026-03-21 00:40:03 +01:00
parent c5df904fc4
commit 2878d3aaa2
3 changed files with 187 additions and 146 deletions

View File

@@ -228,6 +228,7 @@
#ifdef MODULES_SK6812
.include "modules/sk6812/main.asm"
.include "modules/sk6812/io.asm"
#ifdef MODULES_NETWORK
.include "modules/sk6812/recv.asm"
.include "devices/all/handlevaluemsg.asm"