Skip to content

Releases: adafruit/Adafruit_CircuitPython_CLUE

3.0.4 - Renamed examples

28 Mar 21:12
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.

3.0.3 - Updated documentation link, python version

04 Feb 20:42
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.

3.0.2 - Fixed self._sample typo in sound_level

24 Jan 20:15
de7750d
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.

3.0.1 - Updated pylint version, linted

15 Nov 17:31
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.

3.0.0 - remove were_pressed()

26 Jul 16:00
0df62eb
Compare
Choose a tag to compare

were_pressed() is removed, as it depends on gamepad, which is being removed in CircuitPython 7.0.0. There were no uses of were_pressed() in Learn Guides. The examples have been updated.

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

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

Read the docs for info on how to use it.

2.3.0 - Removed max_size parameter, updated advanced example

06 Jul 16:46
ee54c67
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.9 - Made small documentation fix

11 Mar 01:06
6cbd205
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.8 - 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-clue.

Read the docs for info on how to use it.

2.2.7 - Moved to pre-commit, added licensing info

11 Feb 19:13
9328f16
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-clue.

Read the docs for info on how to use it.

fix clue.gesture

14 Sep 19:21
3a29b2f
Compare
Choose a tag to compare

Fixes a bug in clue.gesture. It was always returning 0 - now working.
Added rotation of gestures to align with the sensor orientation on the CLUE.
Revised the clue.gesture example

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

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

Read the docs for info on how to use it.