Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Grove_Serial_LCD by
Diff: SerialLCD.h
- 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:
