The calibration functions permit to calibrate the analog input of the module. More...
Please use the following algorithm :
MSXE301x__CalibrationStart(...) do MSXE301x__CalibrationGetCurrentStatus while (Status == 0) MSXE301x__CalibrationNextStep(...) do MSXE301x__CalibrationGetCurrentStatus while (Status == 1) MSXE301x__CalibrationNextStep(...) Use MSXE301x__CalibrationBreak(...) to break the calibration sequence