All Arduino sketches MUST have two specific functions, named
// "setup()" and "loop()". The Arduino runs these functions
// automatically when it starts up or if you press the reset
// button. You'll typically fill these function "shells" with your
// own code. Let's get started!
This is an image of out first Code
By turning the potentiometer we were able to change the rate of change the light flashed.
We were able to manipulate this code by adjusting the RGB values in the code
We were able to change the speed the lights were going along the row.