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.
Display.h
00001 #include "mbed.h" 00002 #include "TextLCD.h" 00003 00004 #ifndef __DISPLAY_H__ 00005 #define __DISPLAY_H__ 00006 00007 class Display 00008 { 00009 private: 00010 TextLCD *__lcd; 00011 public: 00012 Display(); 00013 void show(char *buffer0, char *buffer1=NULL); // Display string in 2 rows. 00014 }; 00015 00016 #endif // __DISPLAY_H__
Generated on Sat Jul 16 2022 00:03:47 by
1.7.2