mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Further work on gyro SPI selection
This commit is contained in:
parent
3545775fdf
commit
9a3cad9ca3
12 changed files with 120 additions and 54 deletions
|
@ -32,9 +32,10 @@ typedef enum {
|
|||
GYRO_MPU6000,
|
||||
GYRO_MPU6500,
|
||||
GYRO_MPU9250,
|
||||
GYRO_ICM20689,
|
||||
GYRO_ICM20608G,
|
||||
GYRO_ICM20601,
|
||||
GYRO_ICM20602,
|
||||
GYRO_ICM20608G,
|
||||
GYRO_ICM20689,
|
||||
GYRO_BMI160,
|
||||
GYRO_FAKE
|
||||
} gyroSensor_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue