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.
menbedMenuMessage.h
00001 #ifndef _MENBEDMENUMESSAGE_H_ 00002 #define _MENBEDMENUMESSAGE_H_ 00003 00004 #include "mbed.h" 00005 00006 class MenbedMenuMessage { 00007 public: 00008 char *text; 00009 bool showUpArrow; 00010 bool showDownArrow; 00011 00012 MenbedMenuMessage (uint8_t numLines, uint8_t lineLength); 00013 ~MenbedMenuMessage (); 00014 }; 00015 00016 #endif /* _MENBEDMENUMESSAGE_H_ */
Generated on Thu Jul 14 2022 12:14:44 by
