Keyestudio 4DOF Manual page 94

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

Advertisement

myservo2.attach(A0);
myservo3.attach(6);
myservo4.attach(9);
myservo1.write(pos1);
delay(1000);
myservo2.write(pos2);
myservo3.write(pos3);
myservo4.write(pos4);
delay(1500);
}
void loop()
{
// turn right
for(pos1;pos1>0;pos1--)
{
myservo1.write(pos1);
delay(5);
// delay 5ms(used to adjust the servo speed)
}
delay(1000);
91

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

Subscribe to Our Youtube Channel

Table of Contents