1
0
Fork 0
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:
Dominic Clifton 2019-07-10 13:14:47 +02:00
parent dcdcc9bd5e
commit 3b3ead25f0
10 changed files with 352 additions and 3 deletions

View file

@ -42,6 +42,7 @@ typedef enum {
ACC_ICM20608G,
ACC_ICM20649,
ACC_ICM20689,
ACC_ICM42605,
ACC_BMI160,
ACC_FAKE
} accelerationSensor_e;