Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 29 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | 9 | ||
10 | extern volatile unsigned int CountMilliseconds; |
10 | extern volatile unsigned int CountMilliseconds; |
11 | extern volatile unsigned char UpdateMotor; |
11 | extern volatile unsigned char UpdateMotor; |
12 | extern volatile unsigned int beeptime; |
12 | extern volatile unsigned int beeptime; |
13 | extern volatile unsigned int cntKompass; |
- | |
14 | extern int ServoValue; |
13 | extern volatile unsigned int cntKompass; |
- | 14 | extern int ServoValue; |
|
- | 15 | ||
- | 16 | unsigned int Blinki; |
|
- | 17 |