Keyestudio 4DOF Manual page 97

Robot arm kit
Hide thumbs Also See for 4DOF:
Table of Contents

Advertisement

// 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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 4DOF and is the answer not in the manual?

Questions and answers

Table of Contents