Shortened blink pattern.
This commit is contained in:
@@ -211,7 +211,7 @@ ledA3Sram: .byte LED_SRAM_SIZE
|
||||
.cseg
|
||||
|
||||
ledA3Flash: .db DDRA+0x20, PORTA+0x20, PINA+0x20, (1<<PORTA3)
|
||||
blinkPattern: .db 5, 5, 5, 5, 5, 10, 0xff, 0xff ; 3 short blinks, 1s pause, restart
|
||||
blinkPattern: .db 2, 10, 0xff, 0xff ; 1 short blink, 1s pause, restart
|
||||
;blinkPattern2: .db 10, 20, 0xff, 0xff ; 1 long blink, 2s pause, restart
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user