Skip to content

Releases: adafruit/Adafruit_CircuitPython_CircuitPlayground

Shake. Shake. Shake!

07 Dec 18:28
Compare
Choose a tag to compare

@kattni added shake detection support with shake(). It requires CircuitPython 2.2.0 (which will be released soon) or newer.

The library will also prefer loading frozen versions of its dependencies to save memory.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.

Read the docs for info and examples.

Now with more wavs!

20 Oct 00:56
Compare
Choose a tag to compare
  • Added support for play_file. Thanks @kattni!

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

Read the docs for info and examples.

0.8.0!

16 Oct 20:30
Compare
Choose a tag to compare
  • Added support for touch, play_tone, start_tone, stop_tone, acceleration.
  • Library is now imported as: from adafruit_circuitplayground.express import cpx
  • Docs and examples updated.

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

Read the docs for info and examples.

One fix

02 Aug 20:08
Compare
Choose a tag to compare

A sphinx check broke the load on actual devices. This release fixes it.

Initial Beta release

02 Aug 00:03
Compare
Choose a tag to compare

This doesn't support everything on the board but its a start. This is a release so it can be added into the bundle.