Releases: adafruit/Adafruit_CircuitPython_BluefruitConnect
Updated Example
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.
* 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
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.
- 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
- A simpletest was missing.
- Renamed crickit test to be more standard.
sphinx-build had never been done. Fixed a number of problems.
Initial release
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.