Keyestudio 4DOF Manual page 59

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

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents