Skip to content

Releases: adafruit/Adafruit_CircuitPython_CircuitPlayground

5.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.

5.0.3 - Updated documentation link, python version

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

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.