I made this project to show Arduino beginners how LED code works.
Beginners, in this project you will learn about the following.
- How to code an LED in the IDE.
- How an LED works. Please copy the following link and paste in browser search bar:
https://en.wikipedia.org/wiki/Light-emitting_diode.
1. Download the latest version of the Arduino IDE.
2. Copy project schematics on board.
3. Copy code, (Ctrl+C) and paste in IDE, (Ctrl+V).
4. Connect the board to the computer.
5. Verify and upload.
6. If you are not able to read the schematics, here are the connections:
Connect the positive side of the LED to pin 13.
Connect the negative side to the GND pin next to pin 13.
P.S. Extra info will be in comments.
Comments
Please log in or sign up to comment.