68 TCCR1B = (1 << WGM12)|(1 << CS12)|(1 << CS10);
86 TIMSK1 = (1 << OCIE1A);
98 TIMSK1 &= ~(1 << OCIE1A);
void timer_stop(void)
Stop the timer.
ISR(TIMER1_COMPA_vect)
This is the interrupt subroutine for the TIMER1 output match comparison.
This file supports the timer functionality for the LCD.
void timer_start(void)
Start the timer.
void timer_init(void)
TIMER1 init for timer used by LCD.