9_15 - Do Everything! | Let's Start Coding | Coding for Kids

Do Everything! Reset Code Lab to its original program

This project is a bit different from the others, because it's not really a project at all! The code below is what was originally on your Code Lab. We use this code to test all of the features of the Code Lab to make sure they're working perfectly. You can upload the program below to your Code Lab to effectively "reset" it to the way it was when you first received it.

Code

The code in the editor below is ready to run! Plug your Code Lab in to your computer's USB port with the cable and hit 'Upload Your Code!' to see what it does. Change something in the code, like a delay or pin number. Try to add something new to the program - it's yours to tinker with! You can always press the 'Restore' button to return the code to the working example.


1
2
#include "LEDStrip.h" //The LEDStrip.h library gives your code access to special functions exclusive to the LED Strip
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

Walkthrough Video

No video here! This program is more for demonstration and a "reset" than for teaching a concept. But you can still feel free to tinker and play with it!

Use this spectrum to estimate the color values you'll need for your 'setPixel' arguments to achieve your favorite color!

Challenges

No challenges here! This program is more for demonstration than learning,but we're sure you can find something to change!

Concepts

These are the new code concepts covered in this example program. To become a great coder, read through these concepts to learn new vocabulary.

Quiz

If you're having trouble, try to run an experimental program or look at the example code to help you find the answer.

1. Which syntax ends the entire 'void loop' function?




2. Which syntax ends a single code command?