Skip to content

Releases: adafruit/Adafruit_CircuitPython_asyncio

0.5.23 - Fix for new_event_loop

17 Jul 16:12
18a411e
Compare
Choose a tag to compare

This release contains a fix for releasing unused resources to consume less RAM. Thank you @furbrain

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.22 - Updated .pylintrc, fixed jQuery

26 May 16:15
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.21 - Fixed releases

22 May 17:25
4e4b198
Compare
Choose a tag to compare

Fixed an issue where the release assets were not packaging all intended files. No functional changes were made since the last release. Thanks @Neradoc!

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.20 - Updated pre-commit hooks

16 May 17:45
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.19 - Fixed RTD link

06 Jan 00:22
596cc89
Compare
Choose a tag to compare

Fixed the ReadTheDocs link. Thanks @tannewt!

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.18 - Switched await core.sleep to await core.io_queue.queue_[read|write]

15 Nov 21:00
a044da1
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.17 - Fixed uses of 'await sleep(0)'

18 Oct 15:10
fbdb77d
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.16 - Fixed building assets

08 Sep 14:56
3e8c50e
Compare
Choose a tag to compare

Fixed in issue where assets were not being built correctly in the CI.

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.15 - Made copyright stay up to date in docs/conf.py

26 Aug 02:27
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.14 - Fixed version string

22 Aug 18:55
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.