allow for remotely setting LED timing.
This commit is contained in:
@@ -71,6 +71,9 @@
|
|||||||
|
|
||||||
#ifdef MODULES_LED_SIMPLE
|
#ifdef MODULES_LED_SIMPLE
|
||||||
.include "modules/led_simple/main.asm"
|
.include "modules/led_simple/main.asm"
|
||||||
|
#ifdef MODULES_NETWORK
|
||||||
|
.include "modules/led_simple/recv.asm"
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MODULES_TWI_MASTER
|
#ifdef MODULES_TWI_MASTER
|
||||||
|
|||||||
@@ -194,6 +194,11 @@ mainModulesOnPacketReceived:
|
|||||||
rcall SK6812_OnPacketReceived
|
rcall SK6812_OnPacketReceived
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef MODULES_LED_SIMPLE
|
||||||
|
rcall LedSimple_OnPacketReceived
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
; add more here
|
; add more here
|
||||||
|
|
||||||
ret
|
ret
|
||||||
|
|||||||
Reference in New Issue
Block a user