how to blink led using Arduino #howto

preview_player
Показать описание
how to blink led using Arduino #arduinoproject #arduino

Business inquires

Connect With Skynet Robotics

For Ready Made Electronics projects Message me on WhatsApp
+919075800409

WARNING:
This video is for demonstration and education purpose only. Each demonstration presents risk and hazards that must be fully understood before attempting. And should be performed only by professionals.

By Skynet Robotics #skynetrobotics
Avinash Sonawane

arduino programming
arduino led blink code
multiple blinking led
blink arduino download
4 led blinking arduino code

Business inquires
Рекомендации по теме
Комментарии
Автор

anyone who wants the code here it is:-

void setup(){
pinMode(13, OUTPUT);

}
void loop(){
digitalWrite(13, HIGH);
delay(1000);
digitalWrite(13, low);
delay(1000);
}

darshanamhatre-vxse
Автор

Is code ko to maine check karne ke liye use kiya tha ki arduino kaam kar rha hai ki nhi 😂😂😂

thechnolead
Автор

Khya mast cheez ha, tum bhaut sahi information da raha hoo

Bhagvan Kara tumhara channel bhaut grow hooo

shashanktyagi
Автор

Bro Arduino code in computer for led lightning!!😂🎉

siddannabadiger
Автор

Can we reduce the flash time? I want to flash the led not to glow for 1 sec, is it possible..?

nextlevel
Автор

Bahi ap auto irrigation system Arduino code de sakte ho kay please aurgent hai

AjayGupat-zboh
Автор

what is wrong with my code, because every time I turn on the power of my system, even if there is no motion detected, it automatically notifies me.. it is my project (home security system)

PorterScott-zkvm
Автор

bro mujhe ye code kam nahi kar raha hai mera programme fail ho gaya

Frizi
Автор

Bhai without Arduino chalao please 🙏 mere pass nahi hai

ShridharKodalkar