Add persistent magnetometer calibration and docs
This commit is contained in:
@@ -28,6 +28,13 @@ void imuDataGet(EulerAngles *pstAngles,
|
||||
bool imuRecalibrate();
|
||||
void imuGetMagnOffsets(IMU_ST_SENSOR_DATA *pstMagnOffset);
|
||||
void imuSetMagnOffsets(int16_t offsetX, int16_t offsetY, int16_t offsetZ);
|
||||
bool imuHasHeadingCalibration();
|
||||
bool imuHasStoredMagnCalibration();
|
||||
bool imuIsMagnCalibrationRunning();
|
||||
uint8_t imuGetMagnCalibrationProgress();
|
||||
bool imuStartMagnCalibration(uint32_t durationMs = 12000);
|
||||
bool imuLoadMagnCalibration();
|
||||
bool imuSaveMagnCalibration();
|
||||
float imuGetTemperature();
|
||||
void imuAHRSupdate(float gx, float gy, float gz, float ax, float ay, float az, float mx, float my, float mz);
|
||||
float invSqrt(float x);
|
||||
|
||||
Reference in New Issue
Block a user