allow for remotely setting LED timing.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -194,6 +194,11 @@ mainModulesOnPacketReceived:
|
||||
rcall SK6812_OnPacketReceived
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_LED_SIMPLE
|
||||
rcall LedSimple_OnPacketReceived
|
||||
#endif
|
||||
|
||||
|
||||
; add more here
|
||||
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user