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.
Dependents: LINAC_MO_ADC_2004LED_test LINAC_MO_TCP_test_r1
Fork of TextLCD by
Diff: TextLCD.cpp
- Revision:
- 7:44f34c09bd37
- Parent:
- 6:e4cb7ddee0d3
- Child:
- 8:03116f75b66e
--- a/TextLCD.cpp	Tue Nov 23 14:26:19 2010 +0000
+++ b/TextLCD.cpp	Sat Dec 04 11:29:57 2010 +0000
@@ -23,9 +23,9 @@
 #include "TextLCD.h"
 #include "mbed.h"
 
-TextLCD::TextLCD(PinName rs, PinName e, PinName d0, PinName d1,
-                 PinName d2, PinName d3, LCDType type) : _rs(rs),
-        _e(e), _d(d0, d1, d2, d3),
+TextLCD::TextLCD(PinName rs, PinName e, PinName d4, PinName d5,
+                 PinName d6, PinName d7, LCDType type) : _rs(rs),
+        _e(e), _d(d4, d5, d6, d7),
         _type(type) {
 
     _e  = 1;
    