Pin asigne changed. Plug in a LCD module from p13 to p20.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
halfpitch
Date:
Wed Jul 13 13:03:29 2011 +0000
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r f2ae0d794c78 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Jul 13 13:03:29 2011 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+//TextLCD lcd(p24, p25, p26, p27, p28, p29, p30); // rs, rw, e, d4, d5, d6, d7
+TextLCD lcd(p14, p15, p16, p17, p18, p19, p20);
+int main() {
+      lcd.cls();
+      lcd.printf("Hello mbed world!");
+}
\ No newline at end of file
diff -r 000000000000 -r f2ae0d794c78 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Jul 13 13:03:29 2011 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da