First Arduino Program - Manipuri

This is a sample video. To access the full content,
please Login

499 visits



Outline:

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