getCalibrationData

abstract suspend fun getCalibrationData(channel: Channel, updateProgress: suspend (progress: Progress) -> Unit = {}): Calibration

Get sensor's calibration data from given channel

Parameters

channel

Channel to get calibration data from

updateProgress

Progress of the operation