Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sfusion, BMI270] Perform gryo motionless calibration before gyro off…
…set calibration (#367) On a normal reset, we set the CRT (motionless) registers at startup, and then apply the calibrated gryo offset to every gyro sample. Previously, we performed gyro offset calibration before CRT calibration. This means that we are actually calculating the gyro offset based on a CRT of 0, instead of the actual CRT. This change performs CRT calibration before gyro calibration, so that the gryo offset is based on the actual CRT.
- Loading branch information