gsm1

Dependencies:   TextLCD mbed

Fork of GSM by gowrishankar N J

LCD.h

Committer:
shirley
Date:
2014-05-05
Revision:
2:9a9fa2279b8e

File content as of revision 2:9a9fa2279b8e:

// 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