Subversion Repositories Projects

Rev

Rev 231 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 231 Rev 271
Line 2... Line 2...
2
#define _TIMER0_H
2
#define _TIMER0_H
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
#include <inttypes.h>
4
#include <inttypes.h>
-
 
5
 
-
 
6
extern volatile uint16_t CountMilliseconds;
-
 
7
#ifdef USE_FOLLOWME
5
 
8
extern volatile uint16_t BeepTime;
6
extern volatile uint16_t CountMilliseconds;
9
extern volatile uint16_t BeepModulation;
7
 
10
#endif
8
extern void TIMER0_Init(void);
11
extern void TIMER0_Init(void);
9
extern void Delay_ms(uint16_t w);
12
extern void Delay_ms(uint16_t w);
10
extern void Delay_ms_Mess(uint16_t w);
13
extern void Delay_ms_Mess(uint16_t w);