mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Added support for BMI160 gyro
This commit is contained in:
parent
cc2fc2c559
commit
dbfc355097
8 changed files with 563 additions and 6 deletions
|
@ -36,6 +36,7 @@ typedef enum {
|
|||
ACC_MPU9250,
|
||||
ACC_ICM20608G,
|
||||
ACC_ICM20602,
|
||||
ACC_BMI160,
|
||||
ACC_FAKE
|
||||
} accelerationSensor_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue