Getting Started
arduino.cc
The Arduino website serves as a central reference for Arduino projects and programming.
Built-In Examples
All built-in examples have their own page that provides instructions and information on how they work.
Reference
Every function, variable type, and structural statement has its own page with examples and instructions on how to use it.
Arduino: Blink
These examples are based on the built-in example Blink.

Example Files: Ross-ArduinoExamples.zip
- Download and extract the example files.
- Read and upload example files.
- Write a new program to replicate the challenge.
Blink1
Blink2
Uno vs. Nano
All the examples on the website are for Arduino Uno, but you will be using the Arduino Nano (they are very similar).

When using diagrams for the Uno, make sure to use the same pins on the Nano and you should see the same effect.
