Laboratory Activity 1
Laboratory Activity 1
COE 5
Software Installation
Board Set-Up
To power up the board and verify if it is working, plug in the board
to a computer via USB cable and check if:
1. LED power indicator illuminates (green)
2. Pin 13 LED flashes ON and OFF
Exercise 1: Basic Circuit 1
The purpose of basic circuit1 is to demo how to access power from the
board
Comments
Additional comments can be used to dissect the parts of the program
codes. These are ignored by the IDE during compilation but are useful
for the users.
Two forms of comments:
block comment – enclosed by / * (comments here!) * /
Arduino Cookbook
Recipes to Begin, Expand, and Enhance Your Projects
By Michael Margolis
Introduction to Arduino
by Alan G. Smith