Words in Typing mode

Dependencies:   SDFileSystem emic2 mbed-rtos mbed

Fork of BAT_Type_word by Azra Ismail

Revision:
41:560ee7866781
Parent:
39:8cc80f0b4398
--- a/button.h	Sun Dec 03 23:10:29 2017 +0000
+++ b/button.h	Sun Dec 03 23:44:27 2017 +0000
@@ -24,19 +24,19 @@
 
     // button(PwmOut servo, DigitalIn pb, AnalogIn linpot);
     // functions
-    PwmOut getServoPin(); // get the servo pin
+    //PwmOut getServoPin(); // get the servo pin
     //void setState(int state); // set state
     //void setMode(int mode); // set mode
-    void setState(int);     // set what state the button is in - up or down
+    //void setState(int);     // set what state the button is in - up or down
     void setPress(int);     // set the button press
     void setMode(int);     // set what state the button is in - up or down
     void moveServoIn();   // move servo into the slot
     void moveServoOut();  // move servo out of the slot
-    int getID();
+    //int getID();
     int updateState();
-    int getState();
+    //int getState();
     int getPress();
-    int getLp();
+    //int getLp();
     void setup();
 };