Releases: adafruit/Adafruit_CircuitPython_BLE
8.3.3 - Added cp.org link to index.rst
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
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
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
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
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__()
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
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
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
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
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.