mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: add support for checking ICM45686
This commit is contained in:
parent
e0b6145997
commit
691380478a
|
@ -269,10 +269,12 @@ bool AP_BoardConfig::check_ms5611(const char* devname) {
|
|||
#define INV2_WHOAMI_ICM20649 0xE1
|
||||
|
||||
#define INV3REG_WHOAMI 0x75
|
||||
#define INV3REG_456_WHOAMI 0x72
|
||||
|
||||
#define INV3_WHOAMI_ICM42688 0x47
|
||||
#define INV3_WHOAMI_ICM42670 0x67
|
||||
|
||||
#define INV3_WHOAMI_ICM45686 0xE9
|
||||
/*
|
||||
validation of the board type
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue