Subversion Repositories Code-Repo

Rev

Rev 156 | Details | Compare with Previous | Last modification | View Log | RSS feed

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