0% found this document useful (0 votes)
4 views

Programming Arduino (1) Pages 33

Uploaded by

axl1994
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Programming Arduino (1) Pages 33

Uploaded by

axl1994
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Figure 2.1 The Arduino application .

Full and comprehensive instructions for installing this software on Windows,


Linux, and Mac computers can be found at the Arduino website
(www.arduino.cc ).
Once you have successfully installed the Arduino software and, depending
on your platform, USB drivers, you should now be able to upload a program to
the Arduino board.

Uploading Your First Sketch


The blinking LED is the Arduino equivalent to the “Hello World” program used
in other languages as the traditional first program to run when learning a new
language. Let’s test out the environment by installing this program on your
Arduino board and then modifying it.
When you start the Arduino application on your computer, it opens with an
empty sketch. Fortunately, the application ships with a wide range of useful
examples. So from the File menu, open the Blink example as shown in Figure 2-
2.

You might also like