LED Blinking with Arduino + Code - Video Tutorial - 01 (Bengali Version) :
========================================================
int led = 8;
void setup() {
pinMode(led, OUTPUT);
}
void loop() {
digitalWrite(led, HIGH);
delay(1000);
digitalWrite(led, LOW);
delay(1000);
}
=========================
or
Code download link : https://drive.google.com/open?id=1fdM...
Video Shareable Link : • How to set up LED Blink with Arduino + Cod...
Brought to you by : Automaton Lab
Email : [email protected]
Please Like, Share & Subscribe for more videos.