Now with Bluefruit!
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.