Skip to content

Releases: adafruit/Adafruit_CircuitPython_BusDevice

5.2.1 - Switched to pyproject.toml

09 Aug 19:32
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

5.2.0 - Use time.sleep(0) instead of pass

26 Jul 15:29
068231a
Compare
Choose a tag to compare

This library now uses time.sleep(0) instead of pass to aid execution in multithreaded Blinka environments.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

5.1.10 - Added cp.org link to index.rst

09 Jun 18:43
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

5.1.9 - Repo documentation and config updates

07 Jun 17:22
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

5.1.8 - Updated requirements.txt for Blinka>=7.0.0

22 Feb 20:05
b96f0d2
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

Require Python version

18 Feb 17:30
a8abc3a
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

5.1.6 - require adafruit-circuitpython-typing

16 Feb 14:14
43b2b52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.5...5.1.6


To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

5.1.5 - Removed a few autodoc_mock_imports

15 Feb 20:32
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

5.1.4 - Add adafruit-blinka dependency to support typing annotations

11 Feb 15:19
318f7f7
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.

5.1.3 - Added type hints

10 Feb 19:46
3d94a10
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-busdevice.

Read the docs for info on how to use it.