1. What is Arduino
2. Install and Configure the Arduino IDE
3. Setup and Loop Functions
4. Your First Arduino Project
5. Debug Your Programs with the Serial Monitor
6. Make an LED Blink at a Custom Rate (Challenge 1)
7. Understand How a Breadboard Works
8. How to Read a Resistors Value
9. Create an Arduino Circuit with an LED
10. How Digital Pins Work (OUTPUT Mode)
11. How PWM Pins Work (With Code)
12. Make an LED Fade in_Fade out (Challenge 2)
13. Add a Push Button to Your Circuit
14. How Digital Pins Work (INPUT Mode)
15. Power On an LED only if Button is Pressed (Challenge 3)