es la misma libreria que se descarga

Dependents:   02_serial_cheto_facuclop

Fork of TextLCD by Eduvance vanmat

Revision:
9:befde34054fb
Parent:
8:308d188a2d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD.h	Tue May 27 07:22:43 2014 +0000
@@ -0,0 +1,10 @@
+#ifndef LCD_H
+#define LCD_H
+
+#include "mbed.h"
+void toggle_enable(void);
+void LCD_init(void);
+void display_to_LCD (char value);
+#endif
+
+