1602FLCD

Fork of TextLCD by Pallavi Prasad

Revision:
1:6c3062de234b
Parent:
0:de90b67b2bca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD.h	Fri Nov 02 14:29:13 2012 +0000
@@ -0,0 +1,8 @@
+#ifndef LCD_H
+#define LCD_H
+
+#include "mbed.h"
+void toggle_enable(void);
+void LCD_init(void);
+void display_to_LCD (char value);
+#endif
\ No newline at end of file