Beranda servo bybonjer5pusat -Maret 27, 2023 0 #include <Servo.h> //Ganti tanda petik dobel dengan buka kurung lancipServo myservo;int pos = 10;void setup() { myservo.attach(9);}void loop() { myservo.write(pos); } Facebook Twitter