Grove - Serial LCD

Fork of Grove_Serial_LCD by Seeed Studio

Revision:
2:a166e203e4cf
Parent:
1:83ce5e2a368a
--- a/SerialLCD.h	Wed Oct 23 02:19:38 2013 +0000
+++ b/SerialLCD.h	Wed Oct 23 02:33:59 2013 +0000
@@ -12,6 +12,9 @@
 
 #include "mbed.h"
 
+/** Grove Serial LCD libray. The Serial LCD is connected to mbed through a UART port.
+ */
+
 class SerialLCD : public Serial {
 public: