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.cpp

Committer:
annesteenbeek
Date:
2015-10-06
Revision:
28:40a931dfe840
Parent:
27:5eb5ec295ab2
Child:
36:6f9670eb9168

File content as of revision 28:40a931dfe840:

#include "mbed.h"
#include "debug.h"
#include "HIDScope.h"
#include "buttons.h"
#include "actuators.h"
#include "config.h"
// all the debugging functions

HIDScope scope(3);

void debugProcess(){
    scope.set(0, motorSetSpeed2);
	scope.set(1, motorSpeed2);
	scope.set(2, motorPWM2);
    scope.send();
}