Skip to content

Releases: adafruit/Adafruit_CircuitPython_asyncio

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.

0.5.3 - Use newer Python to build release; fix release bundle

19 Dec 15:15
0437564
Compare
Choose a tag to compare

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

08 Dec 21:08
Compare
Choose a tag to compare

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

16 Nov 01:39
Compare
Choose a tag to compare

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.