mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Add support for ICM-20649 acc/gyro
This commit is contained in:
parent
36133164e2
commit
afec0258c7
10 changed files with 325 additions and 5 deletions
|
@ -36,6 +36,7 @@ typedef enum {
|
|||
ACC_ICM20601,
|
||||
ACC_ICM20602,
|
||||
ACC_ICM20608G,
|
||||
ACC_ICM20649,
|
||||
ACC_ICM20689,
|
||||
ACC_BMI160,
|
||||
ACC_FAKE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue