Words in Typing mode FINAL

Dependencies:   SDFileSystem emic2 mbed-rtos mbed

Fork of BAT_Type_word by BAT

Revision:
41:560ee7866781
Parent:
34:1248dfa0740b
--- a/buttonArray.h	Sun Dec 03 23:10:29 2017 +0000
+++ b/buttonArray.h	Sun Dec 03 23:44:27 2017 +0000
@@ -22,7 +22,6 @@
     // functions
     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);
     void setup();