1. Choose a simple Arduino Project which relates an input to an output
2. Assemble and wire the necessary hardware
3. Write code
4. Test code
5. Debug
6. Show final working product and share final code (explain as much as you can)
Arduino is an Italian open-source hardware and software company. Arduino manufactures microcontrollers and kits for making devices, among other things. Arduino boards are boards that can read inputs, like a finger on a button, and turn it into an output, like turning on an LED.
The Arduino Project I did in class is using a Tinker circuit to make a stop light using an Arduino.
Note: I used the stop light project because I did not take a picture of the actual Arduino code of the blinking LED project. I did however, take pictures of everything for the stop light project.