Test Code 1:
**************************************************************************************
#include <Servo.h>
Servo myservo; // create servo object to control a servo
void setup()
{
Serial.begin(9600);
delay(1000);
}
void loop()
{
myservo.attach(A0); // modify each pin to adjust
88
Need help?
Do you have a question about the 4DOF and is the answer not in the manual?
Questions and answers