gsm1

Dependencies:   TextLCD mbed

Fork of GSM by gowrishankar N J

Committer:
shirley
Date:
Mon May 05 14:35:06 2014 +0000
Revision:
2:9a9fa2279b8e
aaa

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shirley 2:9a9fa2279b8e 1 // LCD.h file
shirley 2:9a9fa2279b8e 2 #ifndef LCD_H
shirley 2:9a9fa2279b8e 3 #define LCD_H
shirley 2:9a9fa2279b8e 4 #include "mbed.h"
shirley 2:9a9fa2279b8e 5 void display_to_LCD(char value); //function to display characters on the LCD
shirley 2:9a9fa2279b8e 6 void toggle_enable(void); //function to toggle the enable bit
shirley 2:9a9fa2279b8e 7 void LCD_init(void); //function to initialise the LCD
shirley 2:9a9fa2279b8e 8 #endif