mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Add gyro rates and configurable FSR for ICM20649 (#4077)
This commit is contained in:
parent
ba4587e949
commit
b295a159b0
9 changed files with 67 additions and 21 deletions
|
@ -66,6 +66,7 @@ typedef struct accelerometerConfig_s {
|
|||
uint16_t acc_lpf_hz; // cutoff frequency for the low pass filter used on the acc z-axis for althold in Hz
|
||||
sensor_align_e acc_align; // acc alignment
|
||||
uint8_t acc_hardware; // Which acc hardware to use on boards with more than one device
|
||||
bool acc_high_fsr;
|
||||
flightDynamicsTrims_t accZero;
|
||||
rollAndPitchTrims_t accelerometerTrims;
|
||||
} accelerometerConfig_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue