Lucas Borges
/
MenuLCD_Copy
this locks like shit
Fork of MenuLCD_copy by
menbed/include/menbedDisplay.h
- Committer:
- ViniR
- Date:
- 2017-05-19
- Revision:
- 0:92357d1220f3
File content as of revision 0:92357d1220f3:
#ifndef _MENBEDDISPLAY_H_ #define _MENBEDDISPLAY_H_ #include "mbed.h" class MenbedDisplay { public: virtual bool writeLine (const char *line, uint8_t row) = 0; virtual void showUpArrow (bool show) = 0; virtual void showDownArrow (bool show) = 0; virtual uint8_t getLines (void) = 0; virtual uint8_t getLineLength (void) = 0; }; #endif /* _MENBEDDISPLAY_H_ */