You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This high level library provides objects that represent Circuit Playground Express and Bluefruit hardware.
Installation
For Circuit Playground Express, simply install CircuitPython to use this library - the library itself and
all of its dependencies are built into CircuitPython for Circuit Playground Express.
For Circuit Playground Bluefruit, you must install this library and all of its dependencies. Please download
the latest Adafruit CircuitPython library bundle. Open the resulting
zip file, open the lib folder within, and copy the following folders and files to the lib folder on your
CIRCUITPY drive:
adafruit_bus_device/
adafruit_circuitplayground/
adafruit_lis3dh.mpy
adafruit_thermistor.mpy
neopixel.mpy
Usage Example
Using this library is super simple. Simply import the cp variable from the module and then use it.
For a detailed explanation of how the Circuit Playground library functions, see
The Technical Side page
of the CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide.
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct
before contributing to help this project stay welcoming.
About
CircuitPython library for Circuit Playground Express