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.
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 Thu Jul 14 2022 12:14:44 by
