Skip to content

Releases: adafruit/Adafruit_CircuitPython_BLE_iBBQ

1.2.9 - Repo documentation and config updates

07 Jun 17:22
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-ibbq.

Read the docs for info on how to use it.

1.2.8 - Added type hints

20 May 20:41
24a6cc8
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-ibbq.

Read the docs for info on how to use it.

1.2.7 - Updated documentation link, python version

04 Feb 19:54
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-ibbq.

Read the docs for info on how to use it.

1.2.6 - Updated pylint version, linted

15 Nov 18:35
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-ibbq.

Read the docs for info on how to use it.

Switch to incoming_packet_length

08 Apr 21:59
6756b8d
Compare
Choose a tag to compare

Requires CircuitPython 6.0.0+

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

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

Read the docs for info on how to use it.

1.2.4 - Moved pylint from build.yml to .pre-commit-config.yml

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

Read the docs for info on how to use it.

1.2.3 - Moved to pre-commit, added licensing info

18 Feb 23:09
97e5f30
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-ibbq.

Read the docs for info on how to use it.

1.2.2 - Fixed discord invite link

09 Jul 20:46
8a048b9
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-ibbq.

Read the docs for info on how to use it.

defer buffer creations until MTU known

06 May 03:09
0121bc3
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-ibbq.

Read the docs for info on how to use it.

Update to display_celsius()

16 Apr 20:23
f8766e1
Compare
Choose a tag to compare

THIS IS A BREAKING CHANGE. Updates set_to_celsius() to display_celsius() to match API.

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

To use in CPython, pip3 install adafruit-circuitpython-ble-ibbq.

Read the docs for info on how to use it.