mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
Tools: added decoding of new v3 Invensense sensors
This commit is contained in:
parent
586c2064a6
commit
ea4c929c50
@ -94,6 +94,8 @@ imu_types = {
|
|||||||
0x33 : "DEVTYPE_INS_ICM40609",
|
0x33 : "DEVTYPE_INS_ICM40609",
|
||||||
0x34 : "DEVTYPE_INS_ICM42688",
|
0x34 : "DEVTYPE_INS_ICM42688",
|
||||||
0x35 : "DEVTYPE_INS_ICM42605",
|
0x35 : "DEVTYPE_INS_ICM42605",
|
||||||
|
0x36 : "DEVTYPE_INS_ICM40605",
|
||||||
|
0x37 : "DEVTYPE_INS_IIM42652",
|
||||||
}
|
}
|
||||||
|
|
||||||
baro_types = {
|
baro_types = {
|
||||||
|
Loading…
Reference in New Issue
Block a user