Fork of original senior design repo
Dependencies: SDFileSystem mbed-rtos mbed wave_player emic2
Fork of BAT_senior_design by
Diff: buttonArray.h
- Revision:
- 19:abbc12fca525
- Parent:
- 18:ceac47be2e64
- Child:
- 20:c5df903f068a
--- a/buttonArray.h Fri Oct 27 15:15:00 2017 +0000
+++ b/buttonArray.h Fri Oct 27 15:18:28 2017 +0000
@@ -20,9 +20,6 @@
buttonArray(); // Default
buttonArray(button button1, button button2, button button3, button button4, button button5, button button6);
// functions
- //int getState(); // determine what state the button is in - up or down
- //void moveServoIn(); // move servo into the slot
- //void moveServoOut(); // move servo out of the slot
- int checkVal();
+ int checkVal(); // check buttons ascii representation
};
\ No newline at end of file
