Project

Dependencies:   Hotboards_keypad TextLCD eeprom

LCDDisplay.h

Committer:
shivanandgowdakr
Date:
2019-09-16
Revision:
1:1894419d5def
Parent:
0:194ff03a2e6a

File content as of revision 1:1894419d5def:

#include <string>
#ifndef MBED_LCDDISPLAY_H
#define MBED_LCDDISPLAY_H


void Display_LCD(int,int,string);
void Display_LCD(int col,int row,char *str);
void Clear_LCD(void);
void  Display_time(void);
#endif