LED Sequence Arduino Breadboard Circuit
by Saif h in Circuits > Arduino
60 Views, 0 Favorites, 0 Comments
LED Sequence Arduino Breadboard Circuit

I made an LED Sequential Control Circuit on a breadboard connected to an Arduino. There are 3 LEDs sat on the breadboard next to each other. LED 1 will turn on, then LED 2 will turn on, then LED 3 will turn on. Then LED 1 will turn off, LED 2 will turn off and then LED 3 will turn off. This sequence will keep repeating. I like this project as its very clean and simple.
Supplies

1 Arduino UNO R3 with cable
1 Breadboard
3 LEDs
3 330 Ohm Resistors
4 Wires
Code
The code is very simple as its quite an easy circuit. The code is attached below. The code will turn the 3 LEDs on, one by one, then will turn them off, one by one and will repeat this process.