Subversion Repositories FlightCtrl

Rev

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

Rev 2020 Rev 2026
Line 119... Line 119...
119
typedef struct {
119
typedef struct {
120
  // Global bitflags
120
  // Global bitflags
121
  uint8_t bitConfig;  // see upper defines for bitcoding
121
  uint8_t bitConfig;  // see upper defines for bitcoding
Line 122... Line 122...
122
 
122
 
123
  // Height Control
123
  // Height Control
-
 
124
  uint8_t airpressureFilter;
124
  uint8_t airpressureFilter;
125
  uint8_t airpressureAccZCorrection;
125
  uint8_t heightP;
126
  uint8_t heightP;
126
  uint8_t heightD;
127
  uint8_t heightD;
127
  uint8_t heightSetting;
128
  uint8_t heightSetting;
128
  uint8_t heightControlMaxThrottleChange;
129
  uint8_t heightControlMaxThrottleChange;