mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: add WHOAMI for INV42688
This commit is contained in:
parent
95b69ba1fd
commit
8574afb2e1
|
@ -285,6 +285,10 @@ bool AP_BoardConfig::check_ms5611(const char* devname) {
|
|||
#define INV2_WHOAMI_ICM20948 0xEA
|
||||
#define INV2_WHOAMI_ICM20649 0xE1
|
||||
|
||||
#define INV3REG_WHOAMI 0x75
|
||||
|
||||
#define INV3_WHOAMI_ICM42688 0x47
|
||||
|
||||
/*
|
||||
validation of the board type
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue