Releases: adafruit/Adafruit_CircuitPython_BluefruitConnect
1.1.0 - Upgrade to latest Pylint, implement Black formatting
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
.pylintrcfile 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.
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
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
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.