Skip to content

Releases: adafruit/Adafruit_CircuitPython_CircuitPlayground

Update documentation

03 May 20:27
a669915
Compare
Choose a tag to compare
Merge pull request #30 from sommersoft/new_docs

Improve Ref Docs

Improved reference documentation.

24 Feb 21:55
55e0be4
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Added an examples folder and several example .py files.

23 Jan 23:11
4df91b8
Compare
Choose a tag to compare

Added the following files: acceleration.py, pixels.py, shake.py, tapdetect.py, tapdetectsimple.py, tone.py, and touched.py in the examples folder

Now with single and double tap options!

30 Dec 03:27
9679cd8
Compare
Choose a tag to compare

Tap detection is now configurable using cpx.detect_taps to determine whether to look for single or double-taps.

Improved documentation with examples for using detect_taps and tapped.

Designed to work with CircuitPython 2.2 or newer (currently available as 2.2rc1). This library will work with older versions of CircuitPython, although some functionality will not be available.

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.

Small fix

17 Dec 06:33
b255c2c
Compare
Choose a tag to compare

Small fix to make Express init on 2.1.0 when set_tap isn't available. Thanks to smolz on the forum for the report.

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 double_tap!

15 Dec 20:54
Compare
Choose a tag to compare

Added double-tap capability with double_tap. It requires CircuitPython 2.2.0 (currently available as 2.2.l0rc1) or newer.

Thanks to @tannewt for helping!

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.

Touch threshold

10 Dec 20:05
b3c63eb
Compare
Choose a tag to compare

Added the ability to change touch threshold for projects where the pads or attached items are too sensitive.

Thanks to @tannewt and @dhalbert for their help!

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.

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.