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 emic2 mbed-rtos mbed
Fork of BAT_senior_design_Testnew by
Diff: buttonArray.h
- Revision:
- 36:1248dfa0740b
- Parent:
- 29:b2e53ce54b3e
diff -r 3090ec93b4aa -r 1248dfa0740b buttonArray.h
--- a/buttonArray.h Wed Nov 29 00:40:16 2017 +0000
+++ b/buttonArray.h Wed Nov 29 15:14:26 2017 +0000
@@ -20,8 +20,8 @@
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
+ int* wrongPins(char* input, char actual);
+ char checkVal(char* braille); // return buttons ascii representation
void releaseButtons();// release all buttons;
int* pinsUp(char val);
char* getBraille(char val);
