servo

 #include <Servo.h> //Ganti tanda petik dobel dengan buka kurung lancip


Servo myservo;

int pos = 10;

void setup() {
  myservo.attach(9);
}

void loop() {
  myservo.write(pos);
 
}

Posting Komentar

Lebih baru Lebih lama