Skip to content

Releases: adafruit/Adafruit_CircuitPython_asyncio

0.5.13 - Switched to pyproject.toml

09 Aug 19:29
Compare
Choose a tag to compare

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

27 Jul 19:52
4bc385c
Compare
Choose a tag to compare

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

13 Jun 18:19
c496cfb
Compare
Choose a tag to compare

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

09 Jun 19:10
Compare
Choose a tag to compare

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

07 Jun 16:39
Compare
Choose a tag to compare

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

22 Mar 17:22
2982513
Compare
Choose a tag to compare

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

01 Mar 19:16
564eb9d
Compare
Choose a tag to compare

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

04 Feb 21:09
19f0ce9
Compare
Choose a tag to compare

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

16 Jan 23:10
2ffc31f
Compare
Choose a tag to compare

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__

29 Dec 03:43
d40a4e8
Compare
Choose a tag to compare

What's Changed

  • Add Circuitpython style version and repo information by @Neradoc in #12

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.