Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE

10.0.1 - Remove pin of adafruit-blinka-bleio

04 Apr 15:44
bf73138
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.0...10.0.1

10.0.0 - Increase default timeout for BLERadio.connect()

03 Apr 20:45
1346829
Compare
Choose a tag to compare

What's Changed

  • Increase default connect timeout to 10 seconds by @dhalbert in #184

Full Changelog: 9.0.2...10.0.0

9.0.2 - Fix Typing Annotations

13 Mar 16:51
610b185
Compare
Choose a tag to compare

This release contains fixes for some of the typing annotations. Thank you @brentyi

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

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

Read the docs for info on how to use it.

9.0.1 - Fixed pylint errors

15 Nov 18:26
e07e185
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.

Read the docs for info on how to use it.

9.0.0 - Updated for CircuitPython 8.0.0 compatibility

31 Aug 14:38
4fd499e
Compare
Choose a tag to compare

This library now uses the CircuitPython 8.0.0 API, note that previous versions (such as CircuitPython 6.x) may no longer work with this revision.

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

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

Read the docs for info on how to use it.

8.3.8 - Made copyright stay up to date in docs/conf.py

26 Aug 02: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.

Read the docs for info on how to use it.

8.3.7 - Fixed version string

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

Read the docs for info on how to use it.

8.3.6 - 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-ble.

Read the docs for info on how to use it.

8.3.5 - Deleted MIDI stub

29 Jul 18:10
07e84f4
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.

Read the docs for info on how to use it.

8.3.4 - Added type annotations

27 Jul 19:49
0e631c0
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.

Read the docs for info on how to use it.