Experimento LCD

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
szapataa
Date:
Tue Oct 06 03:01:31 2015 +0000
Commit message:
Experimento LCD;

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	Tue Oct 06 03:01:31 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/lcorralesc1/code/TextLCD/#0e0132807662
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Oct 06 03:01:31 2015 +0000
@@ -0,0 +1,15 @@
+// Hello World! for the TextLCD
+
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PTB10, PTB11, PTE2, PTE3, PTE4, PTE5); // rs, e, d4-d7
+
+int main()
+
+        {
+        lcd.printf("Hello World! \n Welcome");
+        wait(5);
+        writeCommand(0x01);
+        lcd.printf("Tiamo");
+        }
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Oct 06 03:01:31 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68
\ No newline at end of file