Skip to content

Releases: adafruit/Adafruit_CircuitPython_CircuitPlayground

Update example file names

16 Sep 20:48
d87ea26
Compare
Choose a tag to compare

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

19 Aug 00:39
d7f8814
Compare
Choose a tag to compare

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!

08 Aug 20:36
d16c916
Compare
Choose a tag to compare

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

07 Aug 20:02
d675c99
Compare
Choose a tag to compare

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

07 Jun 19:21
154b74d
Compare
Choose a tag to compare

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

25 May 02:27
0cc2e97
Compare
Choose a tag to compare

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

16 Jan 03:12
1d38fd8
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.

Refine use of .frozen

01 Nov 21:17
f4ee725
Compare
Choose a tag to compare

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

03 Oct 00:13
36ec7b3
Compare
Choose a tag to compare

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!

16 Jun 16:11
d0aa6dc
Compare
Choose a tag to compare

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.