avr: added comonuart1.

This commit is contained in:
Martin Preuss
2025-06-29 22:32:43 +02:00
parent cfc7dc6320
commit 6383d18e0e
6 changed files with 734 additions and 26 deletions

View File

@@ -107,16 +107,18 @@ onSystemTimerTick:
bigcall ComOnUart0_Periodically
#endif
#ifdef MODULES_COMONUART1
bigcall ComOnUart1_Periodically
#endif
#ifdef MODULES_TCRT1000
bigcall TCRT1K_Every100ms
#endif
#ifdef MODULES_BRIGHTNESS
bigcall Brightness_Every100ms
#endif
#ifdef APPS_NETWORK
ldi yl, LOW(netInterfaceData)
ldi yh, HIGH(netInterfaceData)