Keyestudio 4DOF Manual page 196

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

Advertisement

www.keyestudio.com
myservo1.write(pos1);
delay(1000);
myservo2.write(pos2);
myservo3.write(pos3);
myservo4.write(pos4);
delay(1500);
error = ps2x.config_gamepad(13,11,10,12);
command, attention, data) pins, check for error
if(error == 0){
Serial.println("Found Controller, configured successful");
Serial.println("Try out all the buttons, X will vibrate the controller, faster
as you press harder;");
Serial.println("holding L1 or R1 will print out the analog stick values.");
Serial.println("Go to www.billporter.info for updates and to report
bugs.");
}
else if(error == 1)
Serial.println("No controller found, check wiring, see readme.txt to
enable debug. visit www.billporter.info for troubleshooting tips");
//setup GamePad(clock,
193

Advertisement

Table of Contents
loading

Table of Contents