toggleBinaryMode

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

updateProgress

Progress of the operation