Blinking Led With Arduino

A blinking LED using an arduino. Taught by Mr. Sweet in mechatronics class, used other instructables and used sparkfun guidebook.
Supplies
- 1 breadboard
- 1 LED
- 2 wires
- 1 resistor
- 1 Arduino
Setting Up Breadboard

First, attach the LED into the breadboard and the resistor to the negative leg of the LED to the negative.
Setting Up Arduino

Plug in 1 wire into ground of the arduino and the negative on the breadboard. Plug the another wire into 12 on the arduino and connected to the positive leg of the LED.
Coding the Arduino

Code within the ardunio IDE app.
Testing

Upload the code onto the arduino and test to see if it works.