Tools: added decoding of new v3 Invensense sensors

This commit is contained in:
Andrew Tridgell 2021-12-14 09:41:39 +11:00
parent 586c2064a6
commit ea4c929c50

View File

@ -94,6 +94,8 @@ imu_types = {
0x33 : "DEVTYPE_INS_ICM40609",
0x34 : "DEVTYPE_INS_ICM42688",
0x35 : "DEVTYPE_INS_ICM42605",
0x36 : "DEVTYPE_INS_ICM40605",
0x37 : "DEVTYPE_INS_IIM42652",
}
baro_types = {