avr: added timer entry for every5s
This will be used for the window check module.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user