Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
155 Kevin 1
#ifndef TIMERS_H
2
#define TIMERS_H
3
 
4
void Timer1_Init(void);
5
void Timer1_Enable(void);
6
void Timer1_Disable(void);
7
void Timer1_Interrupt_Handler(void);
8
 
9
#endif