A compilation of all my Arduino projects

Опубликовано: 27 Март 2026
на канале: Endless Projects
60
5

this video is compilation of all my Arduino projects (except the ultrasonic sensor light project ). The codes for all the projects will be attached below
Signal code
void setup() {
pinMode(7, OUTPUT);
pinMode(6, OUTPUT);
pinMode(5, OUTPUT);

}

void loop() {
digitalWrite(7, HIGH);
delay(10000);
digitalWrite(7, LOW);
digitalWrite(6, HIGH);
delay(2000);
digitalWrite(6,LOW);
digitalWrite(5,HIGH);
delay(10000);
digitalWrite(5,LOW);
digitalWrite(6,HIGH);
delay(2000);
digitalWrite(6, LOW);

}
Code for the water project
https://docs.google.com/document/u/1/...
creditz to ncs for bgm
ncs.io/flares
Jim Yosef - Firefly

Thanks for watching!