Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed-rtos mbed wave_player emic2
Fork of BAT_senior_design by
Diff: buttonArray.h
- Revision:
- 20:c5df903f068a
- Parent:
- 19:abbc12fca525
- Child:
- 21: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
