Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE

8.3.3 - Added cp.org link to index.rst

09 Jun 19:10
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.2 - Fixed documentation for use by other libraries

01 Jun 01:31
6d66d2f
Compare
Choose a tag to compare

Fixed the documentation for Sphinx 5.0.0 so that other libraries using it won't get errors when building their own 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.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.