1
0
Fork 0
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:
Martin Budden 2017-02-22 15:16:02 +00:00
parent cc2fc2c559
commit dbfc355097
8 changed files with 563 additions and 6 deletions

View file

@ -36,6 +36,7 @@ typedef enum {
ACC_MPU9250,
ACC_ICM20608G,
ACC_ICM20602,
ACC_BMI160,
ACC_FAKE
} accelerationSensor_e;