shirley akhila / Mbed 2 deprecated aaa

Dependencies:   TextLCD mbed

Fork of GSM by gowrishankar N J

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LCD.h Source File

LCD.h

00001 // LCD.h file
00002 #ifndef LCD_H
00003 #define LCD_H
00004 #include "mbed.h"
00005 void display_to_LCD(char value); //function to display characters on the LCD
00006 void toggle_enable(void); //function to toggle the enable bit
00007 void LCD_init(void); //function to initialise the LCD
00008 #endif