First Arduino Program
Outline -
Write an Arduino program to blink an LED.
Arduino program is saved as Sketch Default program environment with two empty functions - void setup - function for setting up a micro-controller void loop - infinite loop Program to turn on the LED Compile the program into binary format Program to turn off the LED Upload the program.