Releases: adafruit/Adafruit_CircuitPython_asyncio
0.5.7 - Renamed _uasyncio to _asyncio
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-asyncio
.
Read the docs for info on how to use it.
0.5.6 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-asyncio
.
Read the docs for info on how to use it.
0.5.5 - Warn when an await may be missing
What's Changed
Full Changelog: 0.5.4...0.5.5
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Not for use in CPython: use the regular CPython asyncio
instead.
Read the docs for info on how to use it.
0.5.4 - Fix __version__ and add __repo__
What's Changed
New Contributors
Full Changelog: 0.5.3...0.5.4
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Not for use in CPython: use the regular CPython asyncio
instead.
Read the docs for info on how to use it.
0.5.3 - Use newer Python to build release; fix release bundle
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Not for use in CPython: use the regular CPython asyncio
instead.
Read the docs for info on how to use it.
0.5.1 - Fixed exception printing
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Not for use in CPython: use the regular CPython asyncio
instead.
Read the docs for info on how to use it.
0.5.0 - initial experimental release
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
Not for use in CPython: use the regular CPython asyncio
instead.
Read the docs for info on how to use it.