Go to the source code of this file.
Functions | |
void | calibrate_all (IMU_DATA_STRUCT *imu_data) |
Calibrate all sensors. More... | |
void | calibrate_imu (IMU_DATA_STRUCT *imu_data) |
Calibrate imu sensors. More... | |
void | calibrate_enc (ENC_DATA_STRUCT *enc_data) |
Calibrate encoder to return values in the rage of 0 to 90. More... | |
void calibrate_enc | ( | ENC_DATA_STRUCT * | enc_data | ) |
Calibrate encoder to return values in the rage of 0 to 90.
Definition at line 33 of file calibration.c.