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

Dependencies:   Encoder mbed HIDScope Servo MODSERIAL

Fork of chessRobot by a steenbeek

buttons.h

Committer:
annesteenbeek
Date:
2015-10-05
Revision:
14:0c0d1bfd94ea
Child:
25:874675516927

File content as of revision 14:0c0d1bfd94ea:

#ifndef BUTTONS_H
#define BUTTONS_H

void setPins();
void checkSwitches();

#endif