CircuitPython library for Circuit Playground Express
Project description
Introduction
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.
from adafruit_circuitplayground import cp
while True:
if cp.button_a:
print("Temperature:", cp.temperature)
cp.red_led = cp.button_b
To learn more about all the features of this library, check out the CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide on the Adafruit Learn System.
Circuit Playground Library Details
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file adafruit_circuitpython_circuitplayground-5.3.6.tar.gz
.
File metadata
- Download URL: adafruit_circuitpython_circuitplayground-5.3.6.tar.gz
- Upload date:
- Size: 30.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67385ad7f6986d52e571b1a2837ea7d6af3198263e44aa0398130aa045231d05 |
|
MD5 | fcacb44d2817145313dd756f9124066f |
|
BLAKE2b-256 | 6c80a0f646ee046cf4f962959d07a0384c11566a235b1bad02397410d6ac44b3 |
File details
Details for the file adafruit_circuitpython_circuitplayground-5.3.6-py3-none-any.whl
.
File metadata
- Download URL: adafruit_circuitpython_circuitplayground-5.3.6-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 531cf190ddfbb822002e3ae327a2ed7f353633e6fcf921a8c56d5a617c131171 |
|
MD5 | 40dd69f7d7f49b1265c59d62991f8429 |
|
BLAKE2b-256 | a3301678a3b34d5794e2cbe3b660e5bb0982488e1c78f72a55be0c03518e59b9 |