ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

Dependencies:   mbed

Revision:
24:c7df5aa476a9
Parent:
21:20478f086bc2
Child:
25:aa145767fda5
--- a/Menu/Menu.h	Mon Apr 22 16:33:29 2019 +0000
+++ b/Menu/Menu.h	Wed Apr 24 17:38:41 2019 +0000
@@ -1,8 +1,3 @@
-/** Menu Class
-* @breif Class to control the overall state of the game * @author Lewis Wooltorton
-* @date April 2019
-*/
-
 #ifndef MENU_H
 #define MENU_H
 
@@ -11,6 +6,13 @@
 #include "Gamepad.h"
 #include "EngineController.h"
 
+/** Menu Class
+* @brief Class to control the overall state of the game 
+* @author Lewis Wooltorton
+* @date April 2019
+*/
+
+/** State for finite state machine struct */
 struct State {
   int output;
   int next_state[4];