mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Allow gyro read and filter in ISR for SPI gyros
This commit is contained in:
parent
fb4559bfa3
commit
a1c14320bf
7 changed files with 84 additions and 15 deletions
|
@ -51,6 +51,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_isr_update;
|
||||
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