Subversion Repositories FlightCtrl

Rev

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

Rev 2132 Rev 2140
Line 39... Line 39...
39
  uint8_t rateTolerance;
39
  uint8_t rateTolerance;
Line 40... Line 40...
40
 
40
 
41
  uint8_t gyroActivityDamping;
41
  uint8_t gyroActivityDamping;
42
  uint8_t driftCompDivider; // 1/k  (Koppel_ACC_Wirkung)
42
  uint8_t driftCompDivider; // 1/k  (Koppel_ACC_Wirkung)
43
  uint8_t driftCompLimit;   // limit for gyrodrift compensation
-
 
44
  int8_t gyroCalibrationTweak[3];
43
  uint8_t driftCompLimit;   // limit for gyrodrift compensation
Line 45... Line 44...
45
} IMUConfig_t;
44
} IMUConfig_t;
Line 46... Line 45...
46
 
45