Josarn d6c0398f3d atmega timer: Interrupt Pin
A debug pin can be used to probe timer interrupts with an oscilloscope or
 other time measurement equipment. Thus, determine when an interrupt occurs
 and how long the timer ISR takes.
 The pin should be defined in the makefile as follows:

CFLAGS += -DDEBUG_TIMER_PORT=PORTF -DDEBUG_TIMER_DDR=DDRF \
            -DDEBUG_TIMER_PIN=PORTF4
2018-07-18 20:48:17 +02:00
..
2018-07-18 20:48:17 +02:00
2018-06-11 19:12:02 +02:00
2018-06-11 19:12:02 +02:00
2018-06-11 19:12:02 +02:00
2018-06-30 19:14:59 +02:00
2018-07-16 15:36:34 +02:00
2018-06-11 19:12:02 +02:00
2018-06-22 16:09:23 +02:00
2018-06-11 19:12:02 +02:00
2018-06-11 19:12:02 +02:00
2017-01-20 13:36:26 +01:00