Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
MrBearing
Date:
Sat Jun 04 10:35:43 2011 +0000
Commit message:

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Sat Jun 04 10:35:43 2011 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#e4cb7ddee0d3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Jun 04 10:35:43 2011 +0000
@@ -0,0 +1,17 @@
+// Hello World! for the TextLCD
+
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd( p24, p26, p27, p28, p29, p30 ); // rs, e, d4-d7
+char a[4];
+int main() {
+    
+    lcd.printf("Hello World!\n");
+    wait(0.2);
+    
+    
+    
+    
+//    lcd.cls();
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Jun 04 10:35:43 2011 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e