Subversion Repositories FlightCtrl

Rev

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

Rev 2124 Rev 2125
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
 
43
  uint8_t driftCompLimit;   // limit for gyrodrift compensation
45
  int8_t gyroCalibrationTweak[3];
Line 44... Line 46...
44
} IMUConfig_t;
46
} IMUConfig_t;
Line 45... Line 47...
45
 
47