// Lower the arm
for(pos3;pos3>50;pos3--)
{
myservo3.write(pos3);
delay(5);
}
delay(1000);
// open the claw
for(pos4;pos4<100;pos4++)
{
myservo4.write(pos4);
}
delay(1000);
// lift up the arm
for(pos3;pos3<120;pos3++)
{
myservo3.write(pos3);
delay(5);
}
delay(1000);
94
Need help?
Do you have a question about the 4DOF and is the answer not in the manual?
Questions and answers