crwdns2933803:02crwdne2933803:0
crwdns2933797:0Claire Mieschcrwdnd2933797:0crwdne2933797:0
crwdns2936043:0crwdne2936043:0 crwdns2933505:0crwdne2933505:0 Claire Miesch
- crwdns2933769:0crwdne2933769:0
- crwdns2933771:0crwdne2933771:0
- crwdns2933801:0crwdne2933801:0
crwdns2933807:0crwdne2933807:0
[title] Bring the new servo in the middle position | |
- | [* black] By hand or with a arduino code. The servo and the mechanics has to be both in the middle position. This needs to be done carefully. |
+ | [* black] By hand or with a arduino code. The servo and the mechanics has to be both in the middle position. |
+ | [* black] #include <Servo.h> Servo myservo; void setup() { myservo.attach(A2); } void loop() { myservo.write(50); // set servo to mid-point delay(2000); myservo.write(90); // set servo to mid-point delay(8000); myservo.write(1400); // set servo to mid-point delay(2000); |
+ | [* black] This needs to be done carefully. |