Skip to content

Releases: adafruit/Adafruit_CircuitPython_BluefruitConnect

1.1.0 - Upgrade to latest Pylint, implement Black formatting

21 Mar 00:27
b148101

Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bluefruitconnect.

Read the docs for info on how to use it.

Example updates.

17 Feb 20:09
01acd5c

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bluefruitconnect.

Read the docs for info on how to use it.

1.1.10 - Fixed examples, changed CI from Travis to GitHub Actions

17 Jan 02:16

Choose a tag to compare

This release includes:

  • Example files now work with the current Adafruit_BLE library
  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bluefruitconnect.

Read the docs for info on how to use it.

Updated Example

11 May 15:17
6caf7c5

Choose a tag to compare

Example filenames are now Adabot Approved. Thanks @dherrada.

(adafruit/circuitpython#1568). The CircuitPython issues were fixed by
adafruit/circuitpython#1518.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Robust packet reading.

21 Feb 17:59
086398d

Choose a tag to compare

* Read characters until a start-of-packet character is read.
* Fix incorrect packet length for LocationPacket.

This fixes the library issues that caused adafruit/circuitpython#1568. The CircuitPython issues were fixed by
adafruit/circuitpython#1518.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Fixes MagnetometerPacket

13 Feb 22:58
e130852

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Button names; improve examples and doc.

01 Feb 20:55
b710480

Choose a tag to compare

  • Add ButtonPacket.BUTTON_1, BUTTON_2, BUTTON_3, BUTTON_4, UP, DOWN, LEFT, RIGHT.
  • Remove crickit_test example, since it's now in a guide.
  • Add AccelerometerPacket example.
  • Improve documentation.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Improved tests and documentation

26 Jan 02:23
4c90cc1

Choose a tag to compare

  • A simpletest was missing.
  • Renamed crickit test to be more standard.
    sphinx-build had never been done. Fixed a number of problems.

Initial release

23 Jan 04:45
e15dde3

Choose a tag to compare

Supports encoding and decoding of data packets used by the Adafruit Bluefruit Connect apps.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.