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: CMSIS_DSP_401 GPS MPU9150_DMP PID QuaternionMath Servo mbed
Fork of SolarOnFoils_MainModule_20150518 by
LCD_Menu.h
- Committer:
- Dannis_mbed
- Date:
- 2015-06-23
- Revision:
- 0:81b21910454e
File content as of revision 0:81b21910454e:
#ifndef LCD_MENU_INCLUDE #define LCD_MENU_INCLUDE ////////////////////////////////////////////////////////////////////////////////////// // struct's and enumeration // ////////////////////////////////////////////////////////////////////////////////////// enum MENU_t { STARTUP = 0, // geeft aan welk deel van de initalisatie wordt uitgevoerd STANDBY, // failure indication ACTIVE, // relative voltage indication MAINMENU, // relative frequency SETTINGS, // absolute power factor VIEWSETTINGS, // test patern all leds switched on or off DIAGNOSIS, // failure OS VIEWMINROLL, // failure wired communication VIEWMAXROLL, // failure wireless communication VIEWTOSPEED, // no more failure VIEWFBHEIGHT // blink }; ////////////////////////////////////////////////////////////////////////////////////// // function prototypes // ////////////////////////////////////////////////////////////////////////////////////// void vActualMenu(MENU_t); #endif