Releases: adafruit/Adafruit_CircuitPython_BLE
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.
8.1.2 - Readthedocs Python version update
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
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.