Releases: adafruit/Adafruit_CircuitPython_CircuitPlayground
Update example file names
Thanks to @caternuson for the fix!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Added Gravity Pixel demo
Thanks to @dcbriccetti for submitting this!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
New example added!
Thanks to @dcbriccetti for this example! It's a new way to map the acceleration to the NeoPixel RGB LEDs.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Update to acceleration example
Thanks to @dcbriccetti for this update!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Added PyCon 2019 Examples
Examples from PyCon 2019 have been added. Thanks @kattni.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Updated Examples
Filenames are now Adabot approved. Thanks @dherrada.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Update Travis Badge In Readme
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Refine use of .frozen
Put .frozen
before lib/
in sys.path
only if necessary, and only if both are in sys.path
. This allows testing of non-frozen libraries in /
, and does not adjust the path if .frozen
is already before /lib
.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Limit DAC Sample Rate
Tone sample length is now checked to make sure max DAC sample rate is not exceeded and adjusted as needed.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Tone and file playback fix!
Added deinit()
to stop_tone
and play_file
to eliminate issues when using both in the same program.
To use in CircuitPython, simply include from adafruit_circuitplayground.express import cpx
at the top of your file. The library is built into CircuitPython for Circuit Playground Express.
Read the docs for info on how to use it.