| 67 |
remember the current value. |
remember the current value. |
| 68 |
|
|
| 69 |
\par Note [2]: |
\par Note [2]: |
| 70 |
SIGNAL() is a macro that marks the function as an interrupt routine. In this |
ISR() is a macro that marks the function as an interrupt routine. In this |
| 71 |
case, the function will get called when the timer overflows. Setting up |
case, the function will get called when the timer overflows. Setting up |
| 72 |
interrupts is explained in greater detail in \ref avr_interrupts. |
interrupts is explained in greater detail in \ref avr_interrupts. |
| 73 |
|
|