This commit is contained in:
2026-01-09 11:59:44 +01:00
parent ee5fec8ea4
commit eed7f4b089
+1 -1
View File
@@ -11,7 +11,7 @@
.org 0x0002 ; INT0 button interrupt (tap tempo) .org 0x0002 ; INT0 button interrupt (tap tempo)
;rjump tap_tempo --> should have timer0_start --> if timer0_overflow_count=0 start timer (?) ;rjump tap_tempo --> should have timer0_start --> if timer0_overflow_count=0 start timer (?)
.org 0x0004 ; TIMER0 overflow .org 0x0004 ; TIMER0 overflow
rjump timer0_isr rjmp timer0_isr
.org 0x0006 ; TIMER1_COMPA .org 0x0006 ; TIMER1_COMPA
rjmp timer1_isr rjmp timer1_isr
.org 0x0012 ; TIMER0_COMPA .org 0x0012 ; TIMER0_COMPA