Rev 1960 | Rev 2048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1960 | Rev 1963 | ||
---|---|---|---|
Line 70... | Line 70... | ||
70 | 70 | ||
71 | /* |
71 | /* |
72 | * Our output. |
72 | * Our output. |
73 | */ |
73 | */ |
74 | extern int16_t controls[4]; |
- | |
75 | //extern int16_t controlYaw, controlThrottle; |
74 | extern int16_t controls[4]; |
76 | extern uint16_t controlActivity; |
75 | extern uint16_t controlActivity; |
77 | //extern uint16_t maxControl[2]; |
- | |
78 | //extern uint8_t looping; |
- | |
79 | - | ||
80 | extern volatile uint8_t MKFlags; |
- | |
Line 81... | Line 76... | ||
81 | extern uint16_t isFlying; |
76 | //extern uint16_t maxControl[2]; |
82 | 77 | ||
Line 83... | Line 78... | ||
83 | void controlMixer_initVariables(void); |
78 | void controlMixer_initVariables(void); |
Line 96... | Line 91... | ||
96 | uint8_t controlMixer_getCommand(void); |
91 | uint8_t controlMixer_getCommand(void); |
Line 97... | Line 92... | ||
97 | 92 | ||
Line 98... | Line 93... | ||
98 | void controlMixer_performCalibrationCommands(uint8_t command); |
93 | void controlMixer_performCalibrationCommands(uint8_t command); |
- | 94 | ||
Line 99... | Line 95... | ||
99 | 95 | uint8_t controlMixer_getSignalQuality(void); |
|
100 | uint8_t controlMixer_getSignalQuality(void); |
96 | extern uint8_t controlMixer_didReceiveSignal; |
101 | 97 | ||
102 | /* |
98 | /* |
Line 122... | Line 118... | ||
122 | * + <-- |
118 | * + <-- |
123 | * 0 |
119 | * 0 |
124 | * |
120 | * |
125 | * Not in any of these positions: 0 |
121 | * Not in any of these positions: 0 |
126 | */ |
122 | */ |
127 | // void controlMixer_handleCommands(void); |
- | |
128 | uint8_t controlMixer_getArgument(void); |
123 | uint8_t controlMixer_getArgument(void); |
129 | uint8_t controlMixer_isCommandRepeated(void); |
124 | uint8_t controlMixer_isCommandRepeated(void); |
- | 125 | ||
130 | // TODO: Abstract away if possible. |
126 | // TODO: Abstract away if possible. |
131 | uint8_t controlMixer_testCompassCalState(void); |
127 | uint8_t controlMixer_testCompassCalState(void); |