Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Hotboards_keypad TextLCD eeprom
Diff: LCDDisplay.h
- Revision:
- 0:194ff03a2e6a
diff -r 000000000000 -r 194ff03a2e6a LCDDisplay.h --- /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