Skip to content

Now with Bluefruit!

Compare
Choose a tag to compare
@kattni kattni released this 02 Dec 21:20
f042c59

This release includes a complete refactor of the Circuit Playground library to now include support for Circuit Playground Bluefruit!

No changes required to continue using the library with Circuit Playground Express.

To use with Bluefruit:
from adafruit_circuitplayground.bluefruit import cpb then you can access all the features, for example the temperature would be accessed using cpb.temperature.

Also includes two new features for Bluefruit: sound_level and loud_sound. Check out the docs for more information!

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

Read the docs for info on how to use it.