Rev 683 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 683 | Rev 685 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef _TIMER0_H |
1 | #ifndef _TIMER0_H |
2 | #define _TIMER0_H |
2 | #define _TIMER0_H |
Line -... | Line 3... | ||
- | 3 | ||
Line 3... | Line 4... | ||
3 | 4 | #include <inttypes.h> |
|
4 | 5 | ||
5 | extern volatile uint16_t CountMilliseconds; |
6 | extern volatile uint16_t CountMilliseconds; |
6 | extern volatile uint8_t UpdateMotor; |
7 | extern volatile uint8_t UpdateMotor; |
7 | extern volatile uint16_t cntKompass; |
8 | extern volatile uint16_t cntKompass; |
Line 8... | Line 9... | ||
8 | extern uint16_t BeepModulation; |
9 | extern volatile uint16_t BeepModulation; |
9 | extern volatile uint16_t BeepTime; |
10 | extern volatile uint16_t BeepTime; |
10 | 11 | ||
11 | 12 | ||
12 | void TIMER0_Init(void); |
13 | extern void TIMER0_Init(void); |
13 | void Delay_ms(uint16_t w); |
- | |
Line 14... | Line 14... | ||
14 | void Delay_ms_Mess(uint16_t w); |
14 | extern void Delay_ms(uint16_t w); |