mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +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
|
@ -160,6 +160,7 @@ const char * const lookupTableAccHardware[] = {
|
|||
"BMI270",
|
||||
"LSM6DSO",
|
||||
"LSM6DSV16X",
|
||||
"IIM42653",
|
||||
"VIRTUAL"
|
||||
};
|
||||
|
||||
|
@ -183,6 +184,7 @@ const char * const lookupTableGyroHardware[] = {
|
|||
"BMI270",
|
||||
"LSM6DSO",
|
||||
"LSM6DSV16X",
|
||||
"IIM42653",
|
||||
"VIRTUAL"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue