Introduction: LED Traffic Light + Blink

It is a simple project for starters "like me".

Parts List:

1 x Arduino UNO
3 x LEDs (Red,Green,Yellow)

1 x 320 Ohm Resistor

1 x push button

1 x Jumper wires

Step 1: Code

The code is very simple

it depends on debounce code

you can check debounce code from arduino>examples>digital>debounce.

Step 2:

This is the circuit.

and its working fine

Step 3: Test