#include <Servo.h>
Servo magady ;
Servo mohamed ;
void setup() {
magady.attach(3);
magady.write(90);
}
void loop() {
}
#include <Servo.h>
Servo magady ;
Servo mohamed ;
void setup() {
magady.attach(3);
magady.write(90);
}
void loop() {
}