AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
9:b587bae22691
Parent:
5:be598835bab0
--- a/board/LCD.h	Sat Dec 13 12:48:28 2014 +0000
+++ b/board/LCD.h	Sat Dec 13 13:59:28 2014 +0000
@@ -18,6 +18,9 @@
     LCD(PinName rs, PinName e, PinName d4, PinName d5, PinName d6, PinName d7, LCDType type = LCD16x2);
     void showLogo(const char** logo);
     
+    private:
+    void load_special_chars();
+    
 };