mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
ICM42605 - Initial sensor support.
This commit is contained in:
parent
dcdcc9bd5e
commit
3b3ead25f0
10 changed files with 352 additions and 3 deletions
|
@ -42,6 +42,7 @@ typedef enum {
|
|||
ACC_ICM20608G,
|
||||
ACC_ICM20649,
|
||||
ACC_ICM20689,
|
||||
ACC_ICM42605,
|
||||
ACC_BMI160,
|
||||
ACC_FAKE
|
||||
} accelerationSensor_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue