toggle Binary Mode
abstract suspend fun toggleBinaryMode(channel: Channel, updateProgress: suspend (progress: Progress) -> Unit = {})
Toggle sensor's binary logic. If enabled sensor will work in binary mode.
Parameters
channel
Channel to be toggled
update Progress
Progress of the operation