mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
mpu6000: add support for revision 1
This commit is contained in:
@@ -905,6 +905,7 @@ MPU6000::probe()
|
||||
case ICM20608_REV_FF:
|
||||
case ICM20689_REV_FE:
|
||||
case ICM20689_REV_03:
|
||||
case ICM20602_REV_01:
|
||||
case ICM20602_REV_02:
|
||||
case MPU6050_REV_D8:
|
||||
unknown_product_id = false;
|
||||
|
||||
@@ -170,6 +170,7 @@
|
||||
// Product ID Description for ICM2602
|
||||
// Read From device
|
||||
|
||||
#define ICM20602_REV_01 1
|
||||
#define ICM20602_REV_02 2
|
||||
|
||||
// Product ID Description for ICM2608
|
||||
|
||||
Reference in New Issue
Block a user