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:
14:0c0d1bfd94ea
Child:
25:874675516927
diff -r 4837b36b9a68 -r 0c0d1bfd94ea debug.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debug.h	Mon Oct 05 19:39:00 2015 +0200
@@ -0,0 +1,7 @@
+#ifndef DEBUG_H
+#define DEBUG_H
+
+void debugInit();
+void debugProcess();
+
+#endif
\ No newline at end of file