Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 522 Bytes

Meeting_1

1. Introduction to Arduino

  • About Arduino

2. Project to Do

  • Blink LED Project
    • Build a circuit with 1 LED
    • Make the LED blink every second

3. Goals

  • Learn about different Arduino I/O (input/output), especially the difference between digital I/O and analog I/O
  • Learn to use a breadboard
  • Learn to build a circuit with 1 LED on a breadboard, and connect it to a Arduino Uno
  • Learn about the Arduino IDE (Integrated Development Environment)
  • Learn to write a program to blink the LED