AP_BoardConfig: add WHOAMI for INV42688

This commit is contained in:
bugobliterator 2022-03-20 13:48:40 +05:30 committed by Tom Pittenger
parent 95b69ba1fd
commit 8574afb2e1
1 changed files with 4 additions and 0 deletions

View File

@ -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
*/