Test fork nhi
Dependencies: SDFileSystem mbed-rtos mbed emic2
Fork of BAT_senior_design by
Diff: buttonArray.h
- Revision:
- 21:c5df903f068a
- Parent:
- 20:abbc12fca525
- Child:
- 22:6931917c70cd
--- a/buttonArray.h Fri Oct 27 15:18:28 2017 +0000
+++ b/buttonArray.h Wed Nov 01 15:22:13 2017 +0000
@@ -20,6 +20,7 @@
buttonArray(); // Default
buttonArray(button button1, button button2, button button3, button button4, button button5, button button6);
// functions
- int checkVal(); // check buttons ascii representation
+ char checkVal(); // return buttons ascii representation
+ void releaseButtons();// release all buttons;
};
\ No newline at end of file
