Rev 787 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 787 | Rev 857 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | char CheckDelay (unsigned int t); |
9 | char CheckDelay (unsigned int t); |
Line 10... | Line 10... | ||
10 | 10 | ||
11 | extern volatile unsigned int CountMilliseconds; |
11 | extern volatile unsigned int CountMilliseconds; |
12 | extern volatile unsigned char UpdateMotor; |
12 | extern volatile unsigned char UpdateMotor; |
13 | extern volatile unsigned int beeptime; |
13 | extern volatile unsigned int beeptime; |
14 | extern int ServoValue; |
14 | extern uint8_t ServoValue; |