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

Dependencies:   Encoder mbed HIDScope Servo MODSERIAL

Fork of chessRobot by a steenbeek

debug.h

Committer:
annesteenbeek
Date:
2015-10-06
Revision:
25:874675516927
Parent:
14:0c0d1bfd94ea
Child:
26:0a9e4147a31a

File content as of revision 25:874675516927:

#ifndef DEBUG_H
#define DEBUG_H

extern float motorSetSpeed1;
void debugProcess();

#endif