avr: more work on avr app framework.

This commit is contained in:
Martin Preuss
2025-05-01 00:56:03 +02:00
parent 614a30fd4e
commit e56f2600e8
8 changed files with 253 additions and 13 deletions

View File

@@ -157,10 +157,6 @@ runModules_ComEnd:
rcall CNY70_Run
#endif
#ifdef MODULES_DS18B20
rcall Ds18b20_Run
#endif
#ifdef MODULES_MOTION_LIGHT
; rcall MotionLight_Run
#endif
@@ -190,6 +186,10 @@ handleMessages:
rcall onMessageReceived
#ifdef MODULES_SK6812
rcall SK6812_OnPacketReceived
#endif
#ifdef APPS_NETWORK
; handle messages
ldi yl, LOW(netInterfaceData)