start Calibration
abstract suspend fun startCalibration(channel: Channel, calibrationProcedure: CalibrationProcedure, updateProgress: suspend (progress: Progress) -> Unit = {}, calibrationProcedureProgress: suspend (calibrationProcedureProgress: CalibrationProcedureProgress) -> Unit = {})
Start sensor's calibration process for given channel with calibration parameters
Parameters
channel
Channel to start calibration process for
calibration Procedure
CalibrationProcedure to be used for calibration process
update Progress
Progress of the operation
calibration Procedure Progress
Progress of the calibration procedure