Skip to content

Releases: adafruit/Adafruit_CircuitPython_BluefruitConnect

Updated Example

11 May 15:17
6caf7c5
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.