Project
Dependencies: Hotboards_keypad TextLCD eeprom
Diff: LCDDisplay.h
- Revision:
- 0:194ff03a2e6a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LCDDisplay.h Tue Oct 23 08:12:53 2018 +0000 @@ -0,0 +1,10 @@ +#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 \ No newline at end of file