First Arduino Program - Manipuri

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English

390 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