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:
parent
4a6e3bbe06
commit
7a44f1bdce
10 changed files with 51 additions and 19 deletions
|
@ -50,6 +50,7 @@ typedef enum {
|
|||
ACC_BMI270,
|
||||
ACC_LSM6DSO,
|
||||
ACC_LSM6DSV16X,
|
||||
ACC_IIM42653,
|
||||
ACC_VIRTUAL
|
||||
} accelerationSensor_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue