gsm1

Dependencies:   TextLCD mbed

Fork of GSM by gowrishankar N J

Revision:
2:9a9fa2279b8e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD.h	Mon May 05 14:35:06 2014 +0000
@@ -0,0 +1,8 @@
+// LCD.h file
+#ifndef LCD_H
+#define LCD_H
+#include "mbed.h"
+void display_to_LCD(char value); //function to display characters on the LCD
+void toggle_enable(void); //function to toggle the enable bit
+void LCD_init(void); //function to initialise the LCD
+#endif
\ No newline at end of file