Rev 222 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef TIMER_H
#define TIMER_H
void TIMER_1_Init(void);
void TIMER_1_Start(void);
void TIMER_1_Stop(void);
void TIMER_1_Interrupt_Handler(void);
#endif /* TIMER_H */