Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE

8.1.2 - Readthedocs Python version update

23 Nov 17:09
434e367
Compare
Choose a tag to compare

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

15 Nov 18:27
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.1.0 - Allow directly connecting to an address

21 Sep 16:28
07f579c
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.0.3 - Added note about example only working with bluefruit app

26 Aug 15:40
9ae0e7f
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.0.2 - Modified ManufacturerDataField to return a namedtuple when possible

11 Jun 15:23
ad4f2d3
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.0.1 - Handle entry properly for subclasses of Advertisement

19 Apr 15:34
df40a24
Compare
Choose a tag to compare

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.

8.0.0 - Remove Advertisement.from_entry

01 Apr 18:28
2f79150
Compare
Choose a tag to compare

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

03 Mar 00:00
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.

7.3.3 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:28
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.

7.3.2 - Moved to pre-commit, added licensing info

20 Jan 22:34
22fcea4
Compare
Choose a tag to compare

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.