LCD

Dependencies:   mbed TextLCD

Revision:
0:2777d87fc910
--- /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");
+    }