Prueba de LCD

Dependencies:   mbed

Revision:
9:54d77c269943
diff -r 308d188a2d3a -r 54d77c269943 main.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.c	Thu Jan 10 11:20:16 2019 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+
+TextLCD lcd(D8, D9, D2, D3, D4, D5, TextLCD::LCD16x2); // rs, e, d4-d7
+
+int main(){
+     lcd.printf("Hello World!\n");
+    
+    }
+    
\ No newline at end of file