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 freetronicsLCDShield by
Diff: freetronicsLCDShield.h
- Revision:
- 2:f40a5df43d09
- Parent:
- 1:ddcefddda4a7
- Child:
- 3:0e04b6c4abb8
--- a/freetronicsLCDShield.h Sun Oct 27 07:07:53 2013 +0000
+++ b/freetronicsLCDShield.h Mon Oct 28 07:59:51 2013 +0000
@@ -42,14 +42,14 @@
public:
// Constructor
- freetronicsLCDShield (PinName rs = PTA13,
- PinName e = PTD5,
- PinName d0 = PTA4,
- PinName d1 = PTA5,
- PinName d2 = PTC8,
- PinName d3 = PTC9,
- PinName bl = PTA12,
- PinName a0 = PTB0);
+ freetronicsLCDShield (PinName rs /*= PTA13*/,
+ PinName e /*= PTD5*/,
+ PinName d0 /*= PTA4*/,
+ PinName d1 /*= PTA5*/,
+ PinName d2 /*= PTC8*/,
+ PinName d3 /*= PTC9*/,
+ PinName bl /*= PTA12*/,
+ PinName a0 /*= PTB0*/);
void writeCGRAM (char address, const char *ptr, char nbytes);
void setCursorPosition (int line, int col);
