Releases: adafruit/Adafruit_CircuitPython_asyncio
0.5.13 - Switched to pyproject.toml
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.12 - Created docs/requirements.txt
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.11 - Added docstrings
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.10 - Added cp.org link to index.rst
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.9 - Repo documentation and config updates
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.8 - Display Button Example
This release includes a new example illustrating how to use the library with display buttons and other displayio based interface objects.
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.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.