mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Better representation of actual sensor (when using 6500 compatible sensors).
This commit is contained in:
parent
df375ea4dd
commit
102114758c
9 changed files with 96 additions and 62 deletions
|
@ -31,6 +31,8 @@ typedef enum {
|
|||
GYRO_MPU6500,
|
||||
GYRO_MPU9250,
|
||||
GYRO_ICM20689,
|
||||
GYRO_ICM20608G,
|
||||
GYRO_ICM20602,
|
||||
GYRO_FAKE
|
||||
} gyroSensor_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue