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
Consider re-architecting to use Objects & Events. Maybe have a uBitConnector object (to initiate the USB connection) that emits a connected and connection-failure. Create a uBitDevice or augment the existing USBDevice to emit all the message and discnonection events (and host the disconnect() method?
The text was updated successfully, but these errors were encountered:
Consider re-architecting to use Objects & Events. Maybe have a
uBitConnector
object (to initiate the USB connection) that emits aconnected
andconnection-failure
. Create auBitDevice
or augment the existing USBDevice to emit all the message and discnonection events (and host thedisconnect()
method?The text was updated successfully, but these errors were encountered: