goals: connect Arduino to stoplight wiring and write program that makes stoplight work in desired sequence (green, yellow, red) AND a WALK/DON’T WALK light that is solid and blinking at appropriate times. After you have completed the above you will begin work on your plasma cut WALK/DON’T WALK enclosure.
Arduino inputs and outputs.
You have worked with LEDS involved using OUTPUTS.
Now we bring the switch into play as an INPUT. Click here to see the variety of sensors that work as Arduino inputs.
It all starts with inputs and outputs. Take a look at the sample code below:
Now move on to the Arduino Stoplight/WALK-DON’T WALK resource.