version 1.0

Dependencies:   CMSIS_DSP_401 GPS MPU9150_DMP PID QuaternionMath Servo mbed

Fork of SolarOnFoils_MainModule_20150518 by Dannis Brugman

Revision:
0:81b21910454e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD_Menu.h	Tue Jun 23 13:55:28 2015 +0000
@@ -0,0 +1,27 @@
+#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
\ No newline at end of file