Rev 2099 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2099 | Rev 2102 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | #include <inttypes.h> |
4 | #include <inttypes.h> |
Line 5... | Line 5... | ||
5 | 5 | ||
6 | extern volatile int16_t ServoNickValue; |
6 | extern volatile int16_t ServoNickValue; |
Line -... | Line 7... | ||
- | 7 | extern volatile int16_t ServoRollValue; |
|
- | 8 | ||
- | 9 | void calculateControlServoValues(void); |
|
7 | extern volatile int16_t ServoRollValue; |
10 | void calculateFeaturedServoValues(void); |
8 | 11 |