Subversion Repositories FlightCtrl

Rev

Rev 2108 | Rev 2116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2108 Rev 2109
Line 114... Line 114...
114
  uint8_t channels[MAX_CHANNELS];
114
  uint8_t channels[MAX_CHANNELS];
115
} channelMap_t;
115
} channelMap_t;
116
extern channelMap_t channelMap;
116
extern channelMap_t channelMap;
Line 117... Line 117...
117
 
117
 
118
typedef struct {
-
 
119
  char name[12];
-
 
120
  int8_t motor[MAX_MOTORS][4];
-
 
121
}__attribute__((packed)) mixerMatrix_t;
-
 
122
extern mixerMatrix_t mixerMatrix;
-
 
123
 
-
 
124
typedef struct {
118
typedef struct {
125
  int16_t offsets[3];
119
  int16_t offsets[3];
Line 126... Line 120...
126
} sensorOffset_t;
120
} sensorOffset_t;
127
 
121
 
Line 160... Line 154...
160
  uint8_t emergencyThrottle;
154
  uint8_t emergencyThrottle;
161
  uint8_t emergencyFlightDuration;
155
  uint8_t emergencyFlightDuration;
Line 162... Line 156...
162
 
156
 
163
  // Airspeed
157
  // Airspeed
-
 
158
  uint8_t airspeedCorrection;
Line 164... Line 159...
164
  uint8_t airspeedCorrection;
159
  uint8_t isFlyingThreshold;
165
 
160
 
Line 166... Line 161...
166
  // Servos
161
  // Servos