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.typedfile for enhanced type hintingAsyncSimpleCubeclass to facilitate simple API usage with asyncioMultipleToioCoreCubesclass for simplified control of multiple cubesis_connect()method inCubeInterfaceclass to check connection status- Initialization with
Sequenceincube.api.indicatorfunctions - Initialization with
Sequenceincube.api.motor_controlfunctions DummyInterfaceclass for debugging purposesNotificationHandlerInfoclass as a second argument for notification handlers
Changed
ToioCoreCubeclass 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.futuresorthreading.Thread
1.0.2
2023.05.15: Update tutorial files (No change to toio.py library)