Lucas Borges
/
MenuLCD_Copy
this locks like shit
Fork of MenuLCD_copy by
Diff: menbed/include/menbedMenuMessage.h
- Revision:
- 0:92357d1220f3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/menbed/include/menbedMenuMessage.h Fri May 19 13:07:52 2017 +0000 @@ -0,0 +1,16 @@ +#ifndef _MENBEDMENUMESSAGE_H_ +#define _MENBEDMENUMESSAGE_H_ + +#include "mbed.h" + +class MenbedMenuMessage { +public: + char *text; + bool showUpArrow; + bool showDownArrow; + + MenbedMenuMessage (uint8_t numLines, uint8_t lineLength); + ~MenbedMenuMessage (); +}; + +#endif /* _MENBEDMENUMESSAGE_H_ */ \ No newline at end of file