Releases: adafruit/Adafruit_CircuitPython_BLE
8.0.0 - Remove Advertisement.from_entry
Advertisement.__init__ now takes an entry= kwarg instead. Subclasses will need to be updated to pass it through. It allows subclasses to know in __init__ whether it is being created from a ScanEntry and not initialize other stuff.
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.
7.3.4 - Moved pylint from build.yml to .pre-commit-config.yml
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.
7.3.3 - Fixed issue with Black and Pylint versions in the pre-commit config
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.
7.3.2 - Moved to pre-commit, added licensing info
pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.
You can run pre-commit locally with pre-commit run --all-files
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.
7.3.1 - Extended hid descriptor maximum to allow for international keyboard
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.
7.3.0 - Added HCI support
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.
Remove timeout as arg on 5.x for BLERadio.start_advertising()
Do not use timeout arg in start_advertising() on 5.x. Thanks @roamingthings!
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.
BLERadio advertising timeout, .advertising, ReportOut.report
- add
timeouttoBLERadio.start_advertising - add
BLERadio.advertisingproperty - add
ReportOut.reportproperty to get keyboard leds info
Thanks @xiongyihui (#98)!
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.
Preserve ordering of ManufacturerDataField objects in ManufacturerData
Use an OrderedDict to preserve the ordering of ManufacturerDataField objects in ManufacturerData. They will appear in the order they are set.
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.
7.0.3 - Added READ & NOTIFY permissions to battery service
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.