We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1297a6a commit 7f8833aCopy full SHA for 7f8833a
Servo_Motor_Loop/Servo_Motor_Loop.ino
@@ -4,7 +4,7 @@ Servo myservo;//create servo object to control a servo
4
/************************************************/
5
void setup()
6
{
7
- myservo.attach(9);//attachs the servo on pin 9 to servo object
+ myservo.attach(10);//attachs the servo on pin 9 to servo object
8
myservo.write(0);//back to 0 degrees
9
delay(1000);//wait for a second
10
}
0 commit comments