Subversion Repositories MK3Mag

Rev

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

Rev Author Line No. Line
1 ingob 1
#define TIMER_TEILER          CK8
2
//#define TIMER_RELOAD_VALUE    125
3
 
4
 
5
extern volatile unsigned int CountMilliseconds;
6
extern volatile unsigned char Timer0Overflow;
7
extern unsigned int I2C_Timeout;
8
extern unsigned int SIO_Timeout;
9
 
10
 
11
void Timer1_Init(void);
12
void Delay_ms(unsigned int);
13
unsigned int SetDelay (unsigned int t);
14
char CheckDelay (unsigned int t);
15