you will create a circuit from scratch that has a red, yellow and green LED. Each LED will turn on one at a time.
RED – YELLOW -GREEN circuit
1. login to tinkercad.com
2. click on the name of your circuit (Dazzling bumo or whatever) and change the name to your last name and RYG like this: Milstead RYG
3. create a blank circuit and drag over an Arduino and breadboard to get started
4. build a circuit with the following:
-a red LED connected to pin 13
-a yellow LED connected to pin 12
-a green LED connected to pin 11
-use resistors in each LED circuit
-change the wire colors to red for positive, black for negative

5. program your new circuit so it works like this:
-the red LED comes on first
-half a second later (500 milliseconds) the yellow LED comes on
-one second later (1000 milliseconds) the green LED comes on
6. submit your completed circuit and program by clicking here
This assignment is called RED YELLOW GREEN CIRCUIT
