#include<Servo.h>
Servo myservo;
void setup() {
myservo.attach(9);
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
#include<Servo.h>
Servo myservo;
void setup() {
myservo.attach(9);
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}