jkePOLISAS / Mbed 2 deprecated lcd

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
shaizeen
Date:
Fri Nov 13 02:07:57 2015 +0000
Commit message:
lcdimport

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	Fri Nov 13 02:07:57 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Nov 13 02:07:57 2015 +0000
@@ -0,0 +1,9 @@
+// Hello World! for the TextLCD
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd ( p26, p25, p24, p23, p22, p21) ; // rs, e, d4 d5, d6, d7
+
+int main( ) {
+lcd.printf ("Hello World!\n") ;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Fri Nov 13 02:07:57 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9296ab0bfc11
\ No newline at end of file