Releases: adafruit/Adafruit_CircuitPython_CircuitPlayground
Requirements fix
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
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
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
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
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
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
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
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
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
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.