Keyestudio 4DOF Manual page 53

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

Advertisement

Set the servo to 0°:
****************************************************************
#include <Servo.h>
Servo myservo; // create servo object to control a servo
void setup()
{
Serial.begin(9600);
delay(1000);
}
void loop()
50

Advertisement

Table of Contents
loading

Table of Contents