How To Alternative blinking of two LEDs with programming using arduino

preview_player
Показать описание
program;-
void setup()
{
pinMode(8,OUTPUT);
pinMode(9,OUTPUT);
}
void loop()
{
digitalWrite(8,HIGH);
digitalWrite(9,LOW);
delay(1000);
digitalWrite(8,LOW);
digitalWrite(9,HIGH);
delay(1000);
}

Basic Concept Of Arduino In One Video:-

TRAFFIC SIGNAL USING RGB LED WITH PROGRAMMING:-

street light control using Ldr module...(prototype):-

Beginner level projects for school students:-

Distance Measurements using ULTRASONIV SENSOR with LEDs:-

Birthday wish with amazing tone using arduino:-

c++ tutorial part 1 in hindi:-

What is sensor || types of sensors || sensors working:-

POLICE SIREN with LED police light || AMBULANCE SIREN || MULTIPAL SIREN using arduino:-

How to make LEDs brightness control using arduion with programming(Hindi):-

Physical Distancing Device To Protect Corona Virus Made By School students:-

Smoke Detector Using Arduino ||full programming in hindi:-
Рекомендации по теме
join shbcf.ru