mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Added support for 32kHz gyro updates
This commit is contained in:
parent
a1c14320bf
commit
95111483d8
14 changed files with 83 additions and 33 deletions
|
@ -52,6 +52,7 @@ typedef struct gyroConfig_s {
|
|||
uint8_t gyro_soft_lpf_type;
|
||||
uint8_t gyro_soft_lpf_hz;
|
||||
bool gyro_isr_update;
|
||||
bool gyro_use_32khz;
|
||||
uint16_t gyro_soft_notch_hz_1;
|
||||
uint16_t gyro_soft_notch_cutoff_1;
|
||||
uint16_t gyro_soft_notch_hz_2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue