forked from Archive/PX4-Autopilot
mpu6000: add support for revision 1
This commit is contained in:
parent
3929afd617
commit
e65547b6af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue