1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +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

@ -34,6 +34,7 @@ typedef enum {
GYRO_ICM20689,
GYRO_ICM20608G,
GYRO_ICM20602,
GYRO_BMI160,
GYRO_FAKE
} gyroSensor_e;