get Calibration Data
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
update Progress
Progress of the operation