mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
ICM-20689 Gyro
This commit is contained in:
parent
a21694b065
commit
57c24c6ee1
14 changed files with 269 additions and 8 deletions
|
@ -29,6 +29,7 @@ typedef enum {
|
|||
ACC_MPU6000,
|
||||
ACC_MPU6500,
|
||||
ACC_MPU9250,
|
||||
ACC_ICM20689,
|
||||
ACC_FAKE,
|
||||
ACC_MAX = ACC_FAKE
|
||||
} accelerationSensor_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue