syouichi imamori / Mbed OS MulticopterQuadX

Dependencies:   IAP

Revision:
4:4060309b9cc0
Parent:
2:59ac9df97701
Child:
8:1db19b529b22
--- a/SerialLcd/SerialLcd.h	Thu Feb 13 16:07:07 2014 +0000
+++ b/SerialLcd/SerialLcd.h	Tue Oct 14 08:15:03 2014 +0000
@@ -7,7 +7,7 @@
 class SerialLcd : public Stream
 {
 public:
-    SerialLcd(PinName);
+    SerialLcd(PinName,PinName=NC);
     
     void cls();
     void locate(int,int);