1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Add IIM42653 IMU support (#14095)

* drivers: accgyro: iim42653 IMU support

* reorder accgyro enums, update comment about IIM42653

* remove comma after VIRTUAL in enum
This commit is contained in:
Jacob Dahl 2025-01-14 12:11:25 -09:00 committed by GitHub
parent 4a6e3bbe06
commit 7a44f1bdce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 51 additions and 19 deletions

View file

@ -50,6 +50,7 @@ typedef enum {
ACC_BMI270,
ACC_LSM6DSO,
ACC_LSM6DSV16X,
ACC_IIM42653,
ACC_VIRTUAL
} accelerationSensor_e;