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
Fork of el17dg by
Diff: menu/menu.h
- Revision:
- 29:579e00b7f118
- Parent:
- 28:35af3843de8f
- Child:
- 30:d454d0cb72bc
--- a/menu/menu.h Wed Apr 10 15:42:10 2019 +0000
+++ b/menu/menu.h Mon Apr 15 12:59:51 2019 +0000
@@ -13,11 +13,12 @@
class Menu {
public:
- /** A constructor for Menu*/
- Menu();
- /** Updates and draws menu input. Also, allows to select an option availabe
- * from the enum. It return "true" statment if the user picked a menu option.
- */
+/** A constructor for the Menu*/
+ Menu();
+/** brief@ Updates and Draws menu.
+ * details@ Updates and draws menu input. Also, allows to select an option availabe
+ * from the enum. It return "true" statment if the user picked a menu option.
+ */
bool updateAndDraw();
ScreenOption getCurrentScreenSelection();
