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.
Fork of TextLCD by
Diff: Display.h
- Revision:
- 9:3a05879a6c08
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Display.h Tue Sep 22 04:43:00 2015 +0000 @@ -0,0 +1,13 @@ +#ifndef TEXTLCD_H +#define TEXTLCD_H +#include "TextLCD.h" +class Display { +public: + void LCDEat(int pos); + void LCDDoneEating(int pos); + TextLCD lcd; + Display(void): lcd(p15, p16, p17, p18, p19, p20){ + lcd.printf("Dinning Phi Prob"); + lcd.printf("_____"); } +}; +#endif \ No newline at end of file