
Connecting LEDs - Microsoft MakeCode
For an LED to work it needs to be connected to a voltage source with the correct side. The voltage supply side of the diode is the positive (+) side, this is called the anode.
Adafruit Circuit Playground Express - Blocks / Javascript editor
A Blocks / JavaScript code editor for the Adafruit Circuit Playground Express.
Tutorials - Microsoft MakeCode
Remote LED Remotely control LED animations on a second Circuit Playground Express.
Remote LEDs - Microsoft MakeCode
The Circuit Playground Express is fitted with an infrared transmitter and receiver. Using two Circuit Playground Express boards, it’s possible for one to remotely control the other. In this …
create Strip - Microsoft MakeCode
Create a controller for a programmable LED strip.
Light - Microsoft MakeCode
The <code>||light:show ring||</code> block gives a representation of the ten multi-colored NeoPixel lights on the Circuit Playground Express. Click on one of the eight color wedges to …
Night light - Microsoft MakeCode
Drag the <code>||light:set all pixels||</code> block in the forever loop to set a new color on the LEDs.
CPX Circuit On/Off
All Pixel LED lights will turn on / solid green The ON small LED will turn on / solid green D13 small LED will slowly blink red A folder will appear as CPLAYBOOT (This will be very similar to a …
Remote LED
The content below is provided by a user, and is not endorsed by Microsoft. If you think it's not appropriate, please report abuse. Remote LED Edit
Light counter - Microsoft MakeCode
A red LED shows the value of the ones digit and a green LED shows the value of the tens digit. When both the ones digit and the tens digit are the same, a single blue LED is shown.