Half-Day Online Pilot Workshop on AutoDock4 on 9 August 2024, 2:00 pm to 5.30 pm. Click here to register.

First Arduino Program - English

25809 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