mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: add BMI270 to decode_devid.py
This commit is contained in:
parent
f9e14ffa30
commit
d307b15c2d
@ -96,6 +96,7 @@ imu_types = {
|
||||
0x35 : "DEVTYPE_INS_ICM42605",
|
||||
0x36 : "DEVTYPE_INS_ICM40605",
|
||||
0x37 : "DEVTYPE_INS_IIM42652",
|
||||
0x38 : "DEVTYPE_INS_BMI270",
|
||||
}
|
||||
|
||||
baro_types = {
|
||||
|
Loading…
Reference in New Issue
Block a user