Skip to content

Releases: adafruit/Adafruit_CircuitPython_CircuitPlayground

Requirements fix

11 Nov 21:04
2017afd
Compare
Choose a tag to compare

This updates requirements.txt so that the Adafruit Learn System Project Bundle includes the appropriate files needed for the examples to work on Circuit Playground Bluefruit.

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

Read the docs for info on how to use it.

Updated example to use rainbowio

23 Sep 19:40
d2b6539
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.

5.0.0 - Removed were_pressed

23 Jul 17:40
e0fecb6
Compare
Choose a tag to compare

THIS IS A BREAKING CHANGE. It removed were_pressed from the library. If your code uses it, consider simply polling for the button presses, or using the keypad module.

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

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

Read the docs for info on how to use it.

4.4.1 - Removed gamepad from autodoc_mock_imports

22 Jul 14:19
8538fde
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Replace gamepad with keypad

19 Jul 20:53
68b7e58
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.3.3 - Linted, fixed links

06 Apr 21:45
d2bdacf
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

03 Mar 00:01
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

4.3.1 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22: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-circuitplayground.

Read the docs for info on how to use it.

4.3.0 - Added more configuration options for the tap detection, cleaned up deprecated code, moved pulseio.PWMOut to pwmio.PWMOut

29 Jan 20:37
c1a765d
Compare
Choose a tag to compare

This release is NOT compatible with CircuitPython 5.x

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

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

Read the docs for info on how to use it.

4.2.1 - Improved tap sensitivity, moved to pre-commit, added licensing info

22 Jan 20:09
d7dd9ea
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-circuitplayground.

Read the docs for info on how to use it.