Difference between revisions of "Circuit Playground Express"
From Miscellany
(Created page with "=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 MicroPytho...") |
|||
| Line 1: | Line 1: | ||
| − | =Adafruit's Circuit Playground Express (CPX)= | + | =[https://www.adafruit.com/product/3333 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'' | ''a fun and very capable learning tool in the form of a microcontroller, capable of running CircuitPython, Arduino or MicroPython'' | ||
| Line 5: | Line 5: | ||
==Description== | ==Description== | ||
| + | * [https://cdn-shop.adafruit.com/product-videos/1024x768/3333-05.mp4 CPX in action] | ||
| + | |||
| + | : [[File:Cpx-front.png|400px]] [[File:Cpx-back.png|400px]] | ||
| + | |||
| + | ===CPX Pinouts=== | ||
| + | |||
| + | : [[File:Cpx-pinout.png|800px]] | ||
==Software== | ==Software== | ||
Revision as of 03:44, 30 August 2022
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