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.
Dependencies: mbed TextLCD keypad
menu_old/MenuManager.h@6:8035ee13db25, 2014-12-13 (annotated)
- Committer:
- sillevl
- Date:
- Sat Dec 13 12:32:12 2014 +0000
- Revision:
- 6:8035ee13db25
updated old menu classes. Not used at the moment, maybe later
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| sillevl | 6:8035ee13db25 | 1 | #ifndef _MENUMANAGER_H |
| sillevl | 6:8035ee13db25 | 2 | #define _MENUMANAGER_H |
| sillevl | 6:8035ee13db25 | 3 | |
| sillevl | 6:8035ee13db25 | 4 | class MenuManager |
| sillevl | 6:8035ee13db25 | 5 | { |
| sillevl | 6:8035ee13db25 | 6 | MenuManager(); |
| sillevl | 6:8035ee13db25 | 7 | }; |
| sillevl | 6:8035ee13db25 | 8 | |
| sillevl | 6:8035ee13db25 | 9 | #endif |
