Skip to content

3.0.0 - remove were_pressed()

Compare
Choose a tag to compare
@dhalbert dhalbert released this 26 Jul 16:00
· 73 commits to main since this release
0df62eb

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.