startCalibration

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

calibrationProcedure

CalibrationProcedure to be used for calibration process

updateProgress

Progress of the operation

calibrationProcedureProgress

Progress of the calibration procedure