Releases: adafruit/Adafruit_CircuitPython_BLE
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.
8.1.0 - Allow directly connecting to an address
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.0.3 - Added note about example only working with bluefruit app
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.0.2 - Modified ManufacturerDataField to return a namedtuple when possible
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.0.1 - Handle entry properly for subclasses of Advertisement
Incorporates #125.
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.