The calibration functions permit to calibrate the analog input of the module. More...
Please use the following algorithm :
MSXE302x__CalibrationStart(...) do MSXE302x__CalibrationGetCurrentStatus while (Status == 0) MSXE302x__CalibrationNextStep(...) do MSXE302x__CalibrationGetCurrentStatus while (Status == 1) MSXE302x__CalibrationNextStep(...) Use MSXE302x__CalibrationBreak(...) to break the calibration sequence