Circuit Playground Express
From Miscellany
Revision as of 03:44, 30 August 2022 by Kat (talk | contribs) (→Adafruit's Circuit Playground Express (CPX))
Contents
Adafruit's Circuit Playground Express (CPX)
a fun and very capable learning tool in the form of a microcontroller, capable of running CircuitPython, Arduino or MicroPython
Description
CPX Pinouts
Software
CircuitPython on CPX
CircuitPython tips
- To use the Circuit Playground library, simply include the following line at the beginning of code.py:
from adafruit_circuitplayground import cp
MicroPython for CPX
Projects
Back to Programming with MicroPython