Challenge the talent inside you, participate in Animate 2024!     Click here for details.

First Arduino Program - English

24774 visits



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