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: LCD_Serial.h
- Revision:
- 1:edf1c14baee3
- Parent:
- 0:562b0d48dfcf
diff -r 562b0d48dfcf -r edf1c14baee3 LCD_Serial.h
--- a/LCD_Serial.h Sat Feb 05 19:58:11 2011 +0000
+++ b/LCD_Serial.h Sat Feb 05 20:16:32 2011 +0000
@@ -43,7 +43,7 @@
* @param CLK
* @param E
*/
- LCDSerial(PinName DATA,PinName CLK,PinName E,PinName BACK);
+ LCDSerial(PinName DATA,PinName CLK,PinName E,PinName BACK=NC);
void vGotoxy(char x,char y);
void vSetBacklight(bool Value);
void vPutc(char Data);