Subversion Repositories FlightCtrl

Rev

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

Rev 1869 Rev 1872
Line 197... Line 197...
197
/*
197
/*
198
 * The acceleration values that this module outputs. They are zero based.
198
 * The acceleration values that this module outputs. They are zero based.
199
 */
199
 */
200
extern volatile int16_t acc[3];
200
extern volatile int16_t acc[3];
201
extern volatile int16_t filteredAcc[2];
201
extern volatile int16_t filteredAcc[2];
202
extern volatile int32_t stronglyFilteredAcc[3];
202
// extern volatile int32_t stronglyFilteredAcc[3];
Line 203... Line 203...
203
 
203
 
204
/*
204
/*
205
 * Diagnostics: Gyro noise level because of motor vibrations. The variables
205
 * Diagnostics: Gyro noise level because of motor vibrations. The variables
206
 * only really reflect the noise level when the copter stands still but with
206
 * only really reflect the noise level when the copter stands still but with