mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +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
|
@ -55,6 +55,7 @@ typedef struct gyroConfig_s {
|
|||
uint8_t gyro_lpf; // gyro LPF setting - values are driver specific, in case of invalid number, a reasonable default ~30-40HZ is chosen.
|
||||
uint8_t gyro_soft_lpf_type;
|
||||
uint8_t gyro_soft_lpf_hz;
|
||||
bool gyro_high_fsr;
|
||||
bool gyro_use_32khz;
|
||||
uint8_t gyro_to_use;
|
||||
uint16_t gyro_soft_notch_hz_1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue