Releases: adafruit/Adafruit_CircuitPython_BLE_Radio
0.5.3 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble-radio
.
Read the docs for info on how to use it.
0.5.2 - Added type annotations
Added type annotations, thanks to @ktkinsey37 for the contribution!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble-radio
.
Read the docs for info on how to use it.
0.5.1 - Docs Improvement
Thank you @infamy
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble-radio
.
Read the docs for info on how to use it.
0.5.0 - Use newly exposed BLE constants
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble-radio
.
Read the docs for info on how to use it.
0.4.2 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble-radio
.
Read the docs for info on how to use it.
0.4.1 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble-radio
.
Read the docs for info on how to use it.
0.4.0 - Receive timeout argument
This release adds an optional timeout
argument to the receive functions to allow them to return after the specified timeout
if a message has not been received yet.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble_radio
.
Read the docs for info on how to use it.
0.3.5 - Linted tests directory
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble_radio
.
Read the docs for info on how to use it.
0.3.4 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble_radio
.
Read the docs for info on how to use it.
0.3.3 - Fixed issue with Black and Pylint versions in the pre-commit config
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-ble_radio
.
Read the docs for info on how to use it.