Subversion Repositories NaviCtrl

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
#ifndef _TIMER_H
2
 #define _TIMER_H
3
 
4
extern u32 CountMilliseconds;
5
 
6
void TIMER1_Init(void);
7
u32 SetDelay (u32 t);
8
u8 CheckDelay(u32 t);
9
void Delay_ms(u32 w);
10
#endif