Keyestudio 4DOF Manual page 91

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

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents