Rev 147 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef TIMERS_H
#define TIMERS_H
void Timer1_Init(void);
void Timer1_Enable(void);
void Timer1_Disable(void);
void Timer1_Interrupt_Handler(void);
#endif