filmov
tv
Flashing / Blinking Led Using ESP8266 and programming using mobile (Tutorial-04) #shorts #short #yt

Показать описание
hello!!! Friends in this video l will show you
const int LED1 = 16;
const int LED2 = 4;
void setup() {
pinMode(LED1, OUTPUT);
pinMode(LED2, OUTPUT);
}
void loop() {
digitalWrite(LED1, HIGH);
digitalWrite(LED2, LOW);
delay(1000);
digitalWrite(LED2, HIGH);
digitalWrite(LED1, LOW);
delay(1000);
}
Cover songs collected from NCS YouTube channel
Track: Elektrono - sky High pt . ll[NCR Release]
Music provided by NoCoyrightSounds.
const int LED1 = 16;
const int LED2 = 4;
void setup() {
pinMode(LED1, OUTPUT);
pinMode(LED2, OUTPUT);
}
void loop() {
digitalWrite(LED1, HIGH);
digitalWrite(LED2, LOW);
delay(1000);
digitalWrite(LED2, HIGH);
digitalWrite(LED1, LOW);
delay(1000);
}
Cover songs collected from NCS YouTube channel
Track: Elektrono - sky High pt . ll[NCR Release]
Music provided by NoCoyrightSounds.