ESTE MODULO FUNCIONA EN FRDM-KL25Z CON DISPLAY LCD 16X2

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
tony63
Date:
Tue Sep 03 16:16:26 2013 +0000
Commit message:
ESTE EJEMPLO SE ADAPTA AL MODULO FRDM-KL25Z PARA MODULOS LCD DE 16X2 CARACTERES

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
diff -r 000000000000 -r a6771cc1a056 TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Tue Sep 03 16:16:26 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#44f34c09bd37
diff -r 000000000000 -r a6771cc1a056 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Sep 03 16:16:26 2013 +0000
@@ -0,0 +1,11 @@
+// Hello World! for the TextLCD
+// EJEMPLO CON UN LCD PARA EL MODULO FRDM-KL25Z
+
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PTE0, PTE1, PTE2, PTE3, PTE4, PTE5); // rs, e, d4-d7
+
+int main() {
+    lcd.printf("Hello World!\n");
+}
diff -r 000000000000 -r a6771cc1a056 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Sep 03 16:16:26 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9c8f0e3462fb
\ No newline at end of file