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:
- 22:23970cf718ee
- Parent:
- 21:6931917c70cd
- Child:
- 23:b2e53ce54b3e
diff -r 6931917c70cd -r 23970cf718ee buttonArray.h
--- a/buttonArray.h Fri Nov 03 18:56:01 2017 +0000
+++ b/buttonArray.h Fri Nov 10 15:59:21 2017 +0000
@@ -23,6 +23,6 @@
int* wrongPins(char input, char actual);
char checkVal(); // return buttons ascii representation
void releaseButtons();// release all buttons;
- int* pinsToPress(char val);
+ int* pinsUp(char val);
char* getBraille(char val);
};
\ No newline at end of file
