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.
Diff: SerialLcd/SerialLcd.h
- 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);