Subversion Repositories FlightCtrl

Rev

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

Rev 1964 Rev 1965
Line 101... Line 101...
101
 * Offset values. These are the raw gyro and acc. meter sums when the copter is
101
 * Offset values. These are the raw gyro and acc. meter sums when the copter is
102
 * standing still. They are used for adjusting the gyro and acc. meter values
102
 * standing still. They are used for adjusting the gyro and acc. meter values
103
 * to be centered on zero.
103
 * to be centered on zero.
104
 */
104
 */
Line 105... Line 105...
105
 
105
 
106
sensorOffset_t gyroOffset;
106
volatile sensorOffset_t gyroOffset;
-
 
107
volatile sensorOffset_t accOffset;
Line 107... Line 108...
107
sensorOffset_t accOffset;
108
volatile sensorOffset_t DACValues;
108
 
109
 
109
/*
110
/*
110
 * This allows some experimentation with the gyro filters.
111
 * This allows some experimentation with the gyro filters.