You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only provide a simple coroutine to connect to a sensor device (connect_sensor_device). In the future we should add a context manager for this method. This context manager should terminate the connection to the device at the end.
Implementation
The disconnect command should send the system command Reset to the sensor device.
The text was updated successfully, but these errors were encountered:
Description
Currently we only provide a simple coroutine to connect to a sensor device (
connect_sensor_device
). In the future we should add a context manager for this method. This context manager should terminate the connection to the device at the end.Implementation
The disconnect command should send the system command
Reset
to the sensor device.The text was updated successfully, but these errors were encountered: