Difference between revisions of "Circuit Playground Express: Part 2"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
==Makecode== | ==Makecode== | ||
− | + | [https://learn.adafruit.com/makecode What is makecode] | |
[https://makecode.adafruit.com/reference The reference]<br> | [https://makecode.adafruit.com/reference The reference]<br> | ||
[https://makecode.adafruit.com/ A big repository of tutorials by Adafruit] | [https://makecode.adafruit.com/ A big repository of tutorials by Adafruit] | ||
+ | ===Hello worlds=== | ||
+ | [https://learn.adafruit.com/makecode/editing-blocks blink as always] | ||
===A syren=== | ===A syren=== |
Revision as of 20:23, 21 March 2022
Circuit Playground Express
Adafruit Circuit Playground Express is an all-in-one design board featuring a processor, sensors, LEDs, USB, and more, making it an ideal introduction to electronics and programming.
Thus, is a little different from the normal boards from the hardware side, since the pins go out to those big wide sewable pads, instead of normal pin headers (like on the Uno)
because Circuit Playground Express running on a faster processor compared to Arduino Uno. We can also use it for audio-based projects.
Overview
Context
Geography, pinout
Makecode
What is makecode
The reference
A big repository of tutorials by Adafruit