mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
Adding more Prudut IDs for ICM20689
This commit is contained in:
committed by
Lorenz Meier
parent
f9ed66fe8b
commit
b250ec2730
@@ -824,7 +824,8 @@ MPU6000::probe()
|
||||
case MPU6000_REV_D9:
|
||||
case MPU6000_REV_D10:
|
||||
case ICM20608_REV_00:
|
||||
case ICM20689_REV_00:
|
||||
case ICM20689_REV_FE:
|
||||
case ICM20689_REV_03:
|
||||
case ICM20602_REV_02:
|
||||
case MPU6050_REV_D8:
|
||||
DEVICE_DEBUG("ID 0x%02x", _product);
|
||||
|
||||
@@ -178,7 +178,8 @@
|
||||
|
||||
// Product ID Description for ICM2689
|
||||
|
||||
#define ICM20689_REV_00 0xfe
|
||||
#define ICM20689_REV_FE 0xfe
|
||||
#define ICM20689_REV_03 0x03
|
||||
|
||||
// Product ID Description for MPU6000
|
||||
// high 4 bits low 4 bits
|
||||
|
||||
Reference in New Issue
Block a user