allow for remotely setting LED timing.

This commit is contained in:
Martin Preuss
2025-05-14 01:49:23 +02:00
parent 25fb6f262d
commit 47275556f9
2 changed files with 8 additions and 0 deletions

View File

@@ -71,6 +71,9 @@
#ifdef MODULES_LED_SIMPLE
.include "modules/led_simple/main.asm"
#ifdef MODULES_NETWORK
.include "modules/led_simple/recv.asm"
#endif
#endif
#ifdef MODULES_TWI_MASTER

View File

@@ -194,6 +194,11 @@ mainModulesOnPacketReceived:
rcall SK6812_OnPacketReceived
#endif
#ifdef MODULES_LED_SIMPLE
rcall LedSimple_OnPacketReceived
#endif
; add more here
ret