HW
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