Subversion Repositories FlightCtrl

Rev

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

Rev 2095 Rev 2113
Line 36... Line 36...
36
}__attribute__((packed)) VersionInfo_t;
36
}__attribute__((packed)) VersionInfo_t;
Line 37... Line 37...
37
 
37
 
Line 38... Line 38...
38
extern VersionInfo_t versionInfo;
38
extern VersionInfo_t versionInfo;
39
 
-
 
40
typedef struct {
39
 
41
  // IMU
40
typedef struct {
42
  /*PMM*/uint8_t gyroP;
41
  /*PMM*/uint8_t gyroP;
43
  /* P */uint8_t gyroI;
42
  /* P */uint8_t gyroI;
Line 116... Line 115...
116
 
115
 
117
typedef struct {
116
typedef struct {
118
  uint8_t gyroQuadrant;
117
  uint8_t gyroQuadrant;
119
  uint8_t accQuadrant;
118
  uint8_t accQuadrant;
120
  uint8_t imuReversedFlags;
119
  uint8_t imuReversedFlags;
121
 
120
 
122
  uint8_t gyroPIDFilterConstant;
121
  uint8_t gyroPIDFilterConstant;
123
  uint8_t gyroDWindowLength;
122
  uint8_t gyroDWindowLength;
124
  uint8_t gyroDFilterConstant;
123
  uint8_t gyroDFilterConstant;