Test fork nhi
Dependencies: SDFileSystem mbed-rtos mbed emic2
Fork of BAT_senior_design by
Diff: buttonArray.h
- Revision:
- 22:6931917c70cd
- Parent:
- 21:c5df903f068a
- Child:
- 23:23970cf718ee
--- a/buttonArray.h Wed Nov 01 15:22:13 2017 +0000
+++ b/buttonArray.h Fri Nov 03 18:56:01 2017 +0000
@@ -20,7 +20,9 @@
buttonArray(); // Default
buttonArray(button button1, button button2, button button3, button button4, button button5, button button6);
// functions
+ int* wrongPins(char input, char actual);
char checkVal(); // return buttons ascii representation
void releaseButtons();// release all buttons;
-
+ int* pinsToPress(char val);
+ char* getBraille(char val);
};
\ No newline at end of file
