Arduino LED Blinking
An Arduino LED that blinks every other second.
Supplies
- Breadboard
- LED
- Resistor
- 2 Wires
- Arduino
Taught to Us by Mr.Sweet at Pleasant Grove High School in Mech 1
I was taught this instructable in class. It was part of the assignment to publish on Instructables.
Attached wire 1 to GND on Arduino, attach wire 2 to 13 on Arduino.
Put wire 2 on negative line on Breadboard.
Attach resistor to negative line on Breadborad.
Attach LED long leg in same row as resistor.
LED short leg in same row as Wire 1
Go to Arduino IDE.
File > Examples > Basics > Blink
Plug in Arduino, and run the code