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: Menu/Menu.h
- 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];