control for robotic arm that can play chess using a granular gripper

Dependencies:   Encoder mbed HIDScope Servo MODSERIAL

Fork of chessRobot by a steenbeek

Revision:
104:750d7e13137d
Parent:
103:4a37d19e8fcc
Child:
105:663b73bb2f81
--- a/debug.cpp	Thu Oct 22 14:26:08 2015 +0000
+++ b/debug.cpp	Fri Oct 23 12:17:29 2015 +0000
@@ -44,9 +44,9 @@
     scope.set(0,x_velocity);
     scope.set(1,motor1SetSpeed);
     scope.set(2,motor1Speed);
-    scope.set(3,servoPulsewidth*100);
+    scope.set(3,servoPulsewidth*1000);
     scope.set(4,servoSpeed);
-    scope.set(5,DOF);
+    scope.set(5,servo_pos);
     scope.send();
 }
 #endif
\ No newline at end of file