Documentation extended.
This commit is contained in:
parent
ce9d79ae13
commit
779e522e33
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ void init()
|
|||
sei(); // Enable interrupts global
|
||||
}
|
||||
|
||||
/*! \brief TIMER1 interruptvector
|
||||
/*! \brief TIMER1 interruptvector, called in a frequency of 300Hz.
|
||||
*/
|
||||
ISR (TIMER1_COMPA_vect)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue