Skip to content

Commit

Permalink
Configure IMU before calibrating the gyro which improves calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Dec 4, 2024
1 parent ea141f8 commit 475e9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flix/imu.ino
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ void setupIMU() {
delay(1000);
}
}
configureIMU();
calibrateGyro();
}

Expand Down

0 comments on commit 475e9a8

Please sign in to comment.