AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
5:be598835bab0
Parent:
4:2c91c9eccf3a
Child:
9:b587bae22691
--- a/board/LCD.h	Sat Dec 13 10:11:24 2014 +0000
+++ b/board/LCD.h	Sat Dec 13 12:24:37 2014 +0000
@@ -16,6 +16,7 @@
     
     public:
     LCD(PinName rs, PinName e, PinName d4, PinName d5, PinName d6, PinName d7, LCDType type = LCD16x2);
+    void showLogo(const char** logo);
     
 };