version 1.0

Dependencies:   CMSIS_DSP_401 GPS MPU9150_DMP PID QuaternionMath Servo mbed

Fork of SolarOnFoils_MainModule_20150518 by Dannis Brugman

Revision:
2:f6d058931b17
Parent:
1:b4a0d63db637
--- a/LCD_Menu.h	Fri Jun 26 09:21:33 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-#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