Releases: adafruit/Adafruit_CircuitPython_BusDevice
5.2.1 - Switched to pyproject.toml
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
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
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
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
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
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
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
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
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
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.