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
Diff: inc/menu.h
- Revision:
- 3:d8948c5b2951
- Parent:
- 1:9f8583ba2431
- Child:
- 6:39442d493098
--- a/inc/menu.h Sun Nov 25 01:23:33 2018 +0000 +++ b/inc/menu.h Tue Nov 27 17:47:57 2018 +0000 @@ -27,7 +27,10 @@ #include "mbed.h" +enum menuTypes {MENU_DCM1, MENU_CALIBRATE, MENU_TEST, MENU_MAIN}; + void clrScrn(void); void menuRedraw(void); +void menuPrompt(int); #endif \ No newline at end of file