avr: added timer entry for every5s

This will be used for the window check module.
This commit is contained in:
Martin Preuss
2023-04-08 03:09:12 +02:00
parent 7625a84c08
commit e673a88cf3
3 changed files with 29 additions and 50 deletions

View File

@@ -11,8 +11,8 @@
; VCC 1 14 GND
; PB0 2 13 PA0
; PB1 3 12 PA1 COM-DATA
; /RESET PB3 4 11 PA2 OWI
; KEY1 PB2 5 10 PA3 LED
; /RESET PB3 4 11 PA2 [OWI]
; [KEY1] PB2 5 10 PA3 LED
; COM_ATTN PA7 6 9 PA4 TWI-SCL
; TWI-SDA PA6 7 8 PA5
; --------
@@ -295,6 +295,14 @@ onEverySecond:
; ---------------------------------------------------------------------------
; Called every 5 seconds. Add your routine calls here. No arguments, no results.
onEvery5s:
ret
; ---------------------------------------------------------------------------
; Called every 10 seconds. Add your routine calls here. No arguments, no results.