Subversion Repositories FlightCtrl

Rev

Rev 1964 | Rev 1986 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1964 Rev 1968
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) 04.2007 Holger Buss
2
// + Copyright (c) 04.2007 Holger Buss
3
// + Nur für den privaten Gebrauch
3
// + Nur für den privaten Gebrauch
4
// + www.MikroKopter.com
4
// + www.MikroKopter.com
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
6
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
7
// + dass eine Nutzung (auch auszugsweise) nur f�r den privaten und nicht-kommerziellen Gebrauch zulässig ist.
7
// + dass eine Nutzung (auch auszugsweise) nur f�r den privaten und nicht-kommerziellen Gebrauch zulässig ist.
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
11
// + Verkauf von Luftbildaufnahmen, usw.
11
// + Verkauf von Luftbildaufnahmen, usw.
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
17
// + auf anderen Webseiten oder Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
17
// + auf anderen Webseiten oder Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
18
// + eindeutig als Ursprung verlinkt und genannt werden
18
// + eindeutig als Ursprung verlinkt und genannt werden
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
21
// + Benutzung auf eigene Gefahr
21
// + Benutzung auf eigene Gefahr
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
25
// + mit unserer Zustimmung zulässig
25
// + mit unserer Zustimmung zulässig
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
30
// + this list of conditions and the following disclaimer.
30
// + this list of conditions and the following disclaimer.
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
32
// +     from this software without specific prior written permission.
32
// +     from this software without specific prior written permission.
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
34
// +     for non-commercial use (directly or indirectly)
34
// +     for non-commercial use (directly or indirectly)
35
// +     Commercial use (for example: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
35
// +     Commercial use (for example: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
36
// +     with our written permission
36
// +     with our written permission
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
38
// +     clearly linked as origin
38
// +     clearly linked as origin
39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
48
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
48
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
49
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
49
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
50
// +  POSSIBILITY OF SUCH DAMAGE.
50
// +  POSSIBILITY OF SUCH DAMAGE.
51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
52
#include <stdlib.h>
52
#include <stdlib.h>
53
#include "controlMixer.h"
53
#include "controlMixer.h"
54
#include "rc.h"
54
#include "rc.h"
55
#include "heightControl.h"
55
#include "heightControl.h"
56
#include "attitudeControl.h"
56
#include "attitudeControl.h"
57
#include "externalControl.h"
57
#include "externalControl.h"
58
#include "configuration.h"
58
#include "configuration.h"
59
#include "attitude.h"
59
#include "attitude.h"
60
#include "commands.h"
60
#include "commands.h"
61
#include "output.h"
61
#include "output.h"
62
 
62
 
63
// uint16_t maxControl[2] = { 0, 0 };
63
// uint16_t maxControl[2] = { 0, 0 };
64
uint16_t controlActivity = 0;
64
uint16_t controlActivity = 0;
65
int16_t controls[4] = { 0, 0, 0, 0 };
65
int16_t controls[4] = { 0, 0, 0, 0 };
66
 
66
 
67
// Internal variables for reading commands made with an R/C stick.
67
// Internal variables for reading commands made with an R/C stick.
68
uint8_t lastCommand = COMMAND_NONE;
68
uint8_t lastCommand = COMMAND_NONE;
69
uint8_t lastArgument;
69
uint8_t lastArgument;
70
 
70
 
71
uint8_t isCommandRepeated = 0;
71
uint8_t isCommandRepeated = 0;
72
uint8_t controlMixer_didReceiveSignal = 0;
72
uint8_t controlMixer_didReceiveSignal = 0;
73
 
73
 
74
/*
74
/*
75
 * This could be expanded to take arguments from ohter sources than the RC
75
 * This could be expanded to take arguments from ohter sources than the RC
76
 * (read: Custom MK RC project)
76
 * (read: Custom MK RC project)
77
 */
77
 */
78
uint8_t controlMixer_getArgument(void) {
78
uint8_t controlMixer_getArgument(void) {
79
  return lastArgument;
79
  return lastArgument;
80
}
80
}
81
 
81
 
82
/*
82
/*
83
 * This could be expanded to take calibrate / start / stop commands from ohter sources
83
 * This could be expanded to take calibrate / start / stop commands from ohter sources
84
 * than the R/C (read: Custom MK R/C project)
84
 * than the R/C (read: Custom MK R/C project)
85
 */
85
 */
86
uint8_t controlMixer_getCommand(void) {
86
uint8_t controlMixer_getCommand(void) {
87
  return lastCommand;
87
  return lastCommand;
88
}
88
}
89
 
89
 
90
uint8_t controlMixer_isCommandRepeated(void) {
90
uint8_t controlMixer_isCommandRepeated(void) {
91
  return isCommandRepeated;
91
  return isCommandRepeated;
92
}
92
}
93
 
93
 
94
void controlMixer_setNeutral() {
94
void controlMixer_setNeutral() {
95
  for (uint8_t i=0; i<VARIABLE_COUNT; i++) {
95
  for (uint8_t i=0; i<VARIABLE_COUNT; i++) {
96
    variables[i] = 0;
96
    variables[i] = 0;
97
  }
97
  }
98
  EC_setNeutral();
98
  EC_setNeutral();
99
  HC_setGround();
99
  HC_setGround();
100
}
100
}
101
 
101
 
102
/*
102
/*
103
 * Set the potientiometer values to the momentary values of the respective R/C channels.
103
 * Set the potientiometer values to the momentary values of the respective R/C channels.
104
 * No slew rate limitation.
104
 * No slew rate limitation.
105
 */
105
 */
106
void controlMixer_initVariables(void) {
106
void controlMixer_initVariables(void) {
107
  uint8_t i;
107
  uint8_t i;
108
  for (i=0; i < VARIABLE_COUNT; i++) {
108
  for (i=0; i < VARIABLE_COUNT; i++) {
109
    variables[i] = RC_getVariable(i);
109
    variables[i] = RC_getVariable(i);
110
  }
110
  }
111
}
111
}
112
 
112
 
113
/*
113
/*
114
 * Update potentiometer values with limited slew rate. Could be made faster if desired.
114
 * Update potentiometer values with limited slew rate. Could be made faster if desired.
115
 * TODO: It assumes R/C as source. Not necessarily true.
115
 * TODO: It assumes R/C as source. Not necessarily true.
116
 */
116
 */
117
void controlMixer_updateVariables(void) {
117
void controlMixer_updateVariables(void) {
118
  uint8_t i;
118
  uint8_t i;
119
  int16_t targetvalue;
119
  int16_t targetvalue;
120
  for (i=0; i < VARIABLE_COUNT; i++) {
120
  for (i=0; i < VARIABLE_COUNT; i++) {
121
    targetvalue = RC_getVariable(i);
121
    targetvalue = RC_getVariable(i);
122
    if (targetvalue < 0)
122
    if (targetvalue < 0)
123
      targetvalue = 0;
123
      targetvalue = 0;
124
    if (variables[i] < targetvalue && variables[i] < 255)
124
    if (variables[i] < targetvalue && variables[i] < 255)
125
      variables[i]++;
125
      variables[i]++;
126
    else if (variables[i] > 0 && variables[i] > targetvalue)
126
    else if (variables[i] > 0 && variables[i] > targetvalue)
127
      variables[i]--;
127
      variables[i]--;
128
  }
128
  }
129
}
129
}
130
 
130
 
131
uint8_t controlMixer_getSignalQuality(void) {
131
uint8_t controlMixer_getSignalQuality(void) {
132
  uint8_t rcQ = RC_getSignalQuality();
132
  uint8_t rcQ = RC_getSignalQuality();
133
  uint8_t ecQ = EC_getSignalQuality();
133
  uint8_t ecQ = EC_getSignalQuality();
134
 
134
 
135
  if (rcQ < SIGNAL_GOOD) debugOut.digital[0] |= DEBUG_SIGNAL; else debugOut.digital[0] &= ~DEBUG_SIGNAL;
135
  //if (rcQ < SIGNAL_GOOD) debugOut.digital[0] |= DEBUG_SIGNAL; else debugOut.digital[0] &= ~DEBUG_SIGNAL;
136
  if (ecQ < SIGNAL_GOOD) debugOut.digital[1] |= DEBUG_SIGNAL; else debugOut.digital[1] &= ~DEBUG_SIGNAL;
136
  //if (ecQ < SIGNAL_GOOD) debugOut.digital[1] |= DEBUG_SIGNAL; else debugOut.digital[1] &= ~DEBUG_SIGNAL;
137
 
137
 
138
  // This needs not be the only correct solution...
138
  // This needs not be the only correct solution...
139
  return rcQ > ecQ ? rcQ : ecQ;
139
  return rcQ > ecQ ? rcQ : ecQ;
140
}
140
}
141
 
141
 
142
void updateControlAndMeasureControlActivity(uint8_t index, int16_t newValue) {
142
void updateControlAndMeasureControlActivity(uint8_t index, int16_t newValue) {
143
  int16_t tmp = controls[index];
143
  int16_t tmp = controls[index];
144
  controls[index] = newValue;
144
  controls[index] = newValue;
145
  tmp -= newValue;
145
  tmp -= newValue;
146
  tmp /= 2;
146
  tmp /= 2;
147
  tmp = tmp * tmp;
147
  tmp = tmp * tmp;
148
  // tmp += (newValue >= 0) ? newValue : -newValue;
148
  // tmp += (newValue >= 0) ? newValue : -newValue;
149
  if (controlActivity + (uint16_t)tmp >= controlActivity)
149
  if (controlActivity + (uint16_t)tmp >= controlActivity)
150
    controlActivity += tmp;
150
    controlActivity += tmp;
151
  else controlActivity = 0xffff;
151
  else controlActivity = 0xffff;
152
}
152
}
153
 
153
 
154
#define CADAMPING 10
154
#define CADAMPING 10
155
void dampenControlActivity(void) {
155
void dampenControlActivity(void) {
156
  uint32_t tmp = controlActivity;
156
  uint32_t tmp = controlActivity;
157
  tmp *= ((1<<CADAMPING)-1);
157
  tmp *= ((1<<CADAMPING)-1);
158
  tmp >>= CADAMPING;
158
  tmp >>= CADAMPING;
159
  controlActivity = tmp;
159
  controlActivity = tmp;
160
}
160
}
161
 
161
 
162
/*
162
/*
163
 * Update the variables indicating stick position from the sum of R/C, GPS and external control.
163
 * Update the variables indicating stick position from the sum of R/C, GPS and external control.
164
 */
164
 */
165
void controlMixer_update(void) {
165
void controlMixer_update(void) {
166
  // calculate Stick inputs by rc channels (P) and changing of rc channels (D)
166
  // calculate Stick inputs by rc channels (P) and changing of rc channels (D)
167
  // TODO: If no signal --> zero.
167
  // TODO: If no signal --> zero.
168
  int16_t tempThrottle;
168
  int16_t tempThrottle;
169
 
169
 
170
  // takes almost no time...
170
  // takes almost no time...
171
  RC_update();
171
  RC_update();
172
 
172
 
173
  // takes almost no time...
173
  // takes almost no time...
174
  EC_update();
174
  EC_update();
175
 
175
 
176
  // takes about 80 usec.
176
  // takes about 80 usec.
177
  HC_update();
177
  HC_update();
178
 
178
 
179
  int16_t* RC_PRTY = RC_getPRTY();
179
  int16_t* RC_PRTY = RC_getPRTY();
180
  int16_t* EC_PRTY = EC_getPRTY();
180
  int16_t* EC_PRTY = EC_getPRTY();
181
 
181
 
182
  updateControlAndMeasureControlActivity(CONTROL_PITCH, RC_PRTY[CONTROL_PITCH] + EC_PRTY[CONTROL_PITCH]);
182
  updateControlAndMeasureControlActivity(CONTROL_PITCH, RC_PRTY[CONTROL_PITCH] + EC_PRTY[CONTROL_PITCH]);
183
  updateControlAndMeasureControlActivity(CONTROL_ROLL, RC_PRTY[CONTROL_ROLL] + EC_PRTY[CONTROL_ROLL]);
183
  updateControlAndMeasureControlActivity(CONTROL_ROLL, RC_PRTY[CONTROL_ROLL] + EC_PRTY[CONTROL_ROLL]);
184
  updateControlAndMeasureControlActivity(CONTROL_YAW, RC_PRTY[CONTROL_YAW] + EC_PRTY[CONTROL_YAW]);
184
  updateControlAndMeasureControlActivity(CONTROL_YAW, RC_PRTY[CONTROL_YAW] + EC_PRTY[CONTROL_YAW]);
185
  dampenControlActivity();
185
  dampenControlActivity();
186
 
186
 
187
  //debugOut.analog[14] = controlActivity/10;
187
  //debugOut.analog[14] = controlActivity/10;
188
 
188
 
189
  tempThrottle = HC_getThrottle(RC_PRTY[CONTROL_THROTTLE] + EC_PRTY[CONTROL_THROTTLE]);
189
  tempThrottle = HC_getThrottle(RC_PRTY[CONTROL_THROTTLE] + EC_PRTY[CONTROL_THROTTLE]);
190
  controls[CONTROL_THROTTLE] = AC_getThrottle(tempThrottle);
190
  controls[CONTROL_THROTTLE] = AC_getThrottle(tempThrottle);
191
 
191
 
192
  // controlYaw = RC_PRTY[CONTROL_YAW] + EC_PRTY[CONTROL_YAW];
192
  // controlYaw = RC_PRTY[CONTROL_YAW] + EC_PRTY[CONTROL_YAW];
193
 
193
 
194
  if (controlMixer_getSignalQuality() >= SIGNAL_GOOD) {
194
  if (controlMixer_getSignalQuality() >= SIGNAL_GOOD) {
195
    controlMixer_updateVariables();
195
    controlMixer_updateVariables();
196
    configuration_applyVariablesToParams();
196
    configuration_applyVariablesToParams();
197
    controlMixer_didReceiveSignal = 1;
197
    controlMixer_didReceiveSignal = 1;
198
  } else { // Signal is not OK
198
  } else { // Signal is not OK
199
    // Could handle switch to emergency flight here.
199
    // Could handle switch to emergency flight here.
200
    // throttle is handled elsewhere.
200
    // throttle is handled elsewhere.
201
  }
201
  }
202
 
202
 
203
  // part1a end.
203
  // part1a end.
204
 
204
 
205
  /* This is not really necessary with the dead-band feature on all sticks (see rc.c)
205
  /* This is not really necessary with the dead-band feature on all sticks (see rc.c)
206
     if(staticParams.GlobalConfig & (CFG_COMPASS_ACTIVE | CFG_GPS_ACTIVE)) {
206
     if(staticParams.GlobalConfig & (CFG_COMPASS_ACTIVE | CFG_GPS_ACTIVE)) {
207
     if (controlYaw > 2) controlYaw-= 2;
207
     if (controlYaw > 2) controlYaw-= 2;
208
     else if (controlYaw< -2) controlYaw += 2;
208
     else if (controlYaw< -2) controlYaw += 2;
209
     else controlYaw = 0;
209
     else controlYaw = 0;
210
     }
210
     }
211
  */
211
  */
212
 
212
 
213
  /*
213
  /*
214
   * Record maxima
214
   * Record maxima
215
   for (axis = PITCH; axis <= ROLL; axis++) {
215
   for (axis = PITCH; axis <= ROLL; axis++) {
216
   if (abs(control[axis] / CONTROL_SCALING) > maxControl[axis]) {
216
   if (abs(control[axis] / CONTROL_SCALING) > maxControl[axis]) {
217
   maxControl[axis] = abs(control[axis]) / CONTROL_SCALING;
217
   maxControl[axis] = abs(control[axis]) / CONTROL_SCALING;
218
   if (maxControl[axis] > 100)
218
   if (maxControl[axis] > 100)
219
   maxControl[axis] = 100;
219
   maxControl[axis] = 100;
220
   } else if (maxControl[axis])
220
   } else if (maxControl[axis])
221
   maxControl[axis]--;
221
   maxControl[axis]--;
222
   }
222
   }
223
  */
223
  */
224
 
224
 
225
  uint8_t rcCommand = (RC_getSignalQuality() >= SIGNAL_OK) ? RC_getCommand()
225
  uint8_t rcCommand = (RC_getSignalQuality() >= SIGNAL_OK) ? RC_getCommand()
226
    : COMMAND_NONE;
226
    : COMMAND_NONE;
227
  uint8_t ecCommand = (EC_getSignalQuality() >= SIGNAL_OK) ? EC_getCommand()
227
  uint8_t ecCommand = (EC_getSignalQuality() >= SIGNAL_OK) ? EC_getCommand()
228
    : COMMAND_NONE;
228
    : COMMAND_NONE;
229
 
229
 
230
  if (rcCommand != COMMAND_NONE) {
230
  if (rcCommand != COMMAND_NONE) {
231
    isCommandRepeated = (lastCommand == rcCommand);
231
    isCommandRepeated = (lastCommand == rcCommand);
232
    lastCommand = rcCommand;
232
    lastCommand = rcCommand;
233
    lastArgument = RC_getArgument();
233
    lastArgument = RC_getArgument();
234
  } else if (ecCommand != COMMAND_NONE) {
234
  } else if (ecCommand != COMMAND_NONE) {
235
    isCommandRepeated = (lastCommand == ecCommand);
235
    isCommandRepeated = (lastCommand == ecCommand);
236
    lastCommand = ecCommand;
236
    lastCommand = ecCommand;
237
    lastArgument = EC_getArgument();
237
    lastArgument = EC_getArgument();
238
  } else {
238
  } else {
239
    // Both sources have no command, or one or both are out.
239
    // Both sources have no command, or one or both are out.
240
    // Just set to false. There is no reason to check if the none-command was repeated anyway.
240
    // Just set to false. There is no reason to check if the none-command was repeated anyway.
241
    isCommandRepeated = 0;
241
    isCommandRepeated = 0;
242
    lastCommand = COMMAND_NONE;
242
    lastCommand = COMMAND_NONE;
243
  }
243
  }
-
 
244
 
-
 
245
  if (rcCommand != COMMAND_NONE) debugOut.digital[0] |= DEBUG_SIGNAL; else debugOut.digital[0] &= ~DEBUG_SIGNAL;
-
 
246
  if (isCommandRepeated) debugOut.digital[1] |= DEBUG_SIGNAL; else debugOut.digital[1] &= ~DEBUG_SIGNAL;
244
 }
247
 }
245
 
248
 
246
// TODO: Integrate into command system.
249
// TODO: Integrate into command system.
247
uint8_t controlMixer_testCompassCalState(void) {
250
uint8_t controlMixer_testCompassCalState(void) {
248
  return RC_testCompassCalState();
251
  return RC_testCompassCalState();
249
}
252
}
250
 
253