Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE

8.3.1 - Fixed documentation build issue

31 May 02:42
922a5ab
Compare
Choose a tag to compare

Fixed an issue where the Sphinx documentation wouldn't build.

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.0 - add JSONCharacteristic

04 Apr 17:28
13c5292
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.


What's Changed

New Contributors

Full Changelog: 8.2.4...8.3.0

8.2.3 - Changed capitalization of blinka

28 Mar 21:12
8150c7d
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.2.2 - Removed incorrect parameter docs for UARTService.__init__()

17 Mar 14:08
89b00e7
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.2.1 - Added simple Packet Buffer test examples, documentation tweaks

15 Feb 20:46
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.2.0 - Multiple improvements

04 Feb 21:11
b627c00
Compare
Choose a tag to compare

This release includes:

  • Implemented Advertisement.eq() method
  • Added advertising simpletest example
  • Exposed Adafruit advertising constants
  • Added Device Info Service example
  • Bug fixes and documentation improvements

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.1.4 - Improved Documentation

16 Jan 17:18
f671192
Compare
Choose a tag to compare

This release contains improvements to documentation pages. Thank you @tekktrik


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.1.3 - Prevent connection memory leak

16 Dec 16:31
a695cde
Compare
Choose a tag to compare

Memory leaked fixed by #147.


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.1.2 - Readthedocs Python version update

23 Nov 17:09
434e367
Compare
Choose a tag to compare

This release does not contain any function change to the library. It's only change is updating the version of python that Readthedocs server will use for building the documentation.

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.1.1 - Updated pylint version, linted

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