This file will configure the timer during LCD operation. More...
#include "lcd.h"
#include "timer.h"
Go to the source code of this file.
Functions | |
void | timer_init (void) |
TIMER1 init for timer used by LCD. | |
void | timer_start (void) |
Start the timer. | |
void | timer_stop (void) |
Stop the timer. | |
ISR (TIMER1_COMPA_vect) | |
This is the interrupt subroutine for the TIMER1 output match comparison. |
This file will configure the timer during LCD operation.
Definition in file timer.c.