LCD

Dependencies:   mbed TextLCD

Files at this revision

API Documentation at this revision

Comitter:
NataliaGaravito
Date:
Mon Nov 19 21:01:15 2018 +0000
Commit message:
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
diff -r 000000000000 -r 2777d87fc910 TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Mon Nov 19 21:01:15 2018 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#e4cb7ddee0d3
diff -r 000000000000 -r 2777d87fc910 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Nov 19 21:01:15 2018 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PB_4, PB_10, PA_9, PC_7, PB_6, PA_7, TextLCD::LCD16x2); // rs, e, d4-d7
+
+int main() {
+    lcd.printf("HOLA PACHITO! \n");
+    }
diff -r 000000000000 -r 2777d87fc910 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Nov 19 21:01:15 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187
\ No newline at end of file