Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wollewald authored Aug 14, 2024
1 parent 7f0063a commit 16709d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ICM20948_WE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ bool ICM20948_WE::init(){

reset_ICM20948();
if(whoAmI() != ICM20948_WHO_AM_I_CONTENT){
return false;
delay(2000);
if(whoAmI() != ICM20948_WHO_AM_I_CONTENT){
return false;
}
}

accOffsetVal.x = 0.0;
Expand Down

0 comments on commit 16709d4

Please sign in to comment.