Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE_Radio

0.5.3 - Repo documentation and config updates

07 Jun 17:19
Compare
Choose a tag to compare

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

02 May 19:50
8f1841c
Compare
Choose a tag to compare

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

18 Feb 01:53
b22022d
Compare
Choose a tag to compare

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

15 Feb 20:30
Compare
Choose a tag to compare

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

04 Feb 19:56
Compare
Choose a tag to compare

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

15 Nov 19:43
57f2865
Compare
Choose a tag to compare

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

28 Sep 01:04
cde6d01
Compare
Choose a tag to compare

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

06 Apr 21:43
42b0ec4
Compare
Choose a tag to compare

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

02 Mar 23:54
Compare
Choose a tag to compare

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

10 Feb 22:28
Compare
Choose a tag to compare

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.