Natalia Garavito / Mbed 2 deprecated 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
--- /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
--- /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");
+    }
--- /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