90
Test Code 2:
**************************************************************************************
#include <Servo.h>
Servo myservo1; // create servo object to control a servo
Servo myservo2;
Servo myservo3;
Servo myservo4;
int pos1=80, pos2=60, pos3=130, pos4=0;
void setup()
{
myservo1.attach(A1); // attaches the servo on pin 9 to the servo object
Need help?
Do you have a question about the 4DOF and is the answer not in the manual?
Questions and answers