1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

ICM42688P - Initial sensor support based on ICM42605 driver.

This commit is contained in:
Dominic Clifton 2021-04-21 17:50:03 +02:00 committed by Dominic Clifton
parent 8ca4fdc586
commit 46c62cfcf2
11 changed files with 352 additions and 4 deletions

View file

@ -43,6 +43,7 @@ typedef enum {
ACC_ICM20649,
ACC_ICM20689,
ACC_ICM42605,
ACC_ICM42688P,
ACC_BMI160,
ACC_BMI270,
ACC_LSM6DSO,