Shortened blink pattern.

This commit is contained in:
Martin Preuss
2023-03-19 12:43:52 +01:00
parent 267b2e83ff
commit ef6625d421

View File

@@ -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