this locks like shit
Fork of MenuLCD_copy by
Embed:
(wiki syntax)
Show/hide line numbers
menbedDisplay.h
00001 #ifndef _MENBEDDISPLAY_H_ 00002 #define _MENBEDDISPLAY_H_ 00003 00004 #include "mbed.h" 00005 00006 class MenbedDisplay { 00007 public: 00008 virtual bool writeLine (const char *line, uint8_t row) = 0; 00009 virtual void showUpArrow (bool show) = 0; 00010 virtual void showDownArrow (bool show) = 0; 00011 virtual uint8_t getLines (void) = 0; 00012 virtual uint8_t getLineLength (void) = 0; 00013 }; 00014 00015 #endif /* _MENBEDDISPLAY_H_ */
Generated on Tue Jul 12 2022 22:15:03 by
1.7.2
