most functionality to splashdwon, find neutral and start mission. short timeouts still in code for testing, will adjust to go directly to sit_idle after splashdown

Dependencies:   mbed MODSERIAL FATFileSystem

Revision:
69:919ac8d7e023
Parent:
67:c86a4b464682
Child:
71:939d179478c4
--- a/StateMachine/StateMachine.hpp	Wed Jun 27 23:01:53 2018 +0000
+++ b/StateMachine/StateMachine.hpp	Fri Jun 29 14:21:22 2018 +0000
@@ -49,8 +49,8 @@
     
     int runStateMachine();
     
-    void showSimpleMenu();  // simple menu
-    void showDebugMenu();   // debug menu
+    void printSimpleMenu();  // simple menu
+    void printDebugMenu();   // debug menu
     
     void keyboard();