EasyManua.ls Logo

Keyestudio 4DOF - Page 215

Keyestudio 4DOF
276 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
212
delay(5);
if(pos2<0)
{
pos2=0;
}
}
// the upper arm will go down
void RB()
{
pos2=pos2+1;
myservo2.write(pos2);
delay(5);
if(pos2>180)
{
pos2=180;
}
}
//***************************************
// the lower arm will stretch out
void LB()
{
pos3=pos3+1;
myservo3.write(pos3);
delay(5);
if(pos3>180)

Related product manuals