Rev 2102 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2102 | Rev 2104 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef _TIMER2_H |
1 | #ifndef _TIMER2_H |
2 | #define _TIMER2_H |
2 | #define _TIMER2_H |
Line 3... | Line 3... | ||
3 | 3 | ||
Line 4... | Line 4... | ||
4 | #include <inttypes.h> |
4 | #include <inttypes.h> |
5 | 5 | ||
Line 6... | Line 6... | ||
6 | extern volatile int16_t ServoNickValue; |
6 | #define MAX_SERVOS 8 |
7 | extern volatile int16_t ServoRollValue; |
7 | #define MAX_CONTROL_SERVOS 4 |
Line 8... | Line 8... | ||
8 | 8 |