You are on page 1of 2

Blink program is the first step to check whether it is working

Loop : over and over again


Orange words are reserved words and case sensitive
1000: 1000millisecond
// means a comment, arduino will ignore the comment but explain the process to
us
/*
*/ is ignored to
int led =13
red and blue lines horizontally
middle vertically
make sure LED is connected correctly, change the wires around

avrdude: stk500_getsync(): not in sync: resp=0x00


if this error comes up then instead of using port 0 and 1 use some other ports
http://www.adafruit.com/
http://www.ladyada.net/learn/arduino/lesson1.html
http://learn.parallax.com/node/129
http://www.5spice.com/download.htm
http://learn.adafruit.com/

You might also like