Releases: toio/toio.py
Releases · toio/toio.py
1.1.0
Full Changelog: 1.0.2...1.1.0
[1.1.0]
Added
- Support for toio BLE protocol version v2.4.0
- Compatibility with Python 3.8 and later versions
- Support for Pythonista3 application (#1)
py.typed
file for enhanced type hintingAsyncSimpleCube
class to facilitate simple API usage with asyncioMultipleToioCoreCubes
class for simplified control of multiple cubesis_connect()
method inCubeInterface
class to check connection status- Initialization with
Sequence
incube.api.indicator
functions - Initialization with
Sequence
incube.api.motor_control
functions DummyInterface
class for debugging purposesNotificationHandlerInfo
class as a second argument for notification handlers
Changed
ToioCoreCube
class now verifies protocol version during connection
Fixed
- Issue where
cube.api.sound.stop()
did not function (#3) - Inability of
SimpleCube.play_sound()
to play sounds longer than 250ms - Potential failures when using
concurrent.futures
orthreading.Thread
1.0.2
2023.05.15: Update tutorial files (No change to toio.py library)