mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +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,10 +32,11 @@ typedef enum {
|
|||
ACC_LSM303DLHC,
|
||||
ACC_MPU6000,
|
||||
ACC_MPU6500,
|
||||
ACC_ICM20689,
|
||||
ACC_MPU9250,
|
||||
ACC_ICM20608G,
|
||||
ACC_ICM20601,
|
||||
ACC_ICM20602,
|
||||
ACC_ICM20608G,
|
||||
ACC_ICM20689,
|
||||
ACC_BMI160,
|
||||
ACC_FAKE
|
||||
} accelerationSensor_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue