1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

ICM-20689 Gyro

This commit is contained in:
kc10kevin 2016-08-28 04:25:44 -05:00
parent a21694b065
commit 57c24c6ee1
14 changed files with 269 additions and 8 deletions

View file

@ -27,6 +27,7 @@ typedef enum {
GYRO_MPU6000,
GYRO_MPU6500,
GYRO_MPU9250,
GYRO_ICM20689,
GYRO_FAKE,
GYRO_MAX = GYRO_FAKE
} gyroSensor_e;