Topics Covered:
In this project, you will continue to explore the two major parts of every program you'll write here: setup and loop. Start thinking about your code this way: What should repeat again and again and what only needs to happen once?
Try copying and pasting some of the code statements from void loop into void setup and vice versa. Remember that you should not copy or paste the braces { }. If you receive an error when you try to upload the code, just undo the change or press 'Restore' in the upper-right of the code window.