1
0
Fork 0
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:
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

@ -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"
};