Dependencies:   mbed MODSERIAL FATFileSystem

Revision:
102:0f430de62447
Parent:
97:2b4f78a54227
diff -r c24f70abb124 -r 0f430de62447 StateMachine/StateMachine.hpp
--- a/StateMachine/StateMachine.hpp	Fri Jun 28 15:07:41 2019 +0000
+++ b/StateMachine/StateMachine.hpp	Fri Sep 13 16:51:48 2019 +0000
@@ -199,6 +199,8 @@
     
     float _BCE_dive_offset;                         // NEW COMMANDS FOR POSITION CONTROLLER
     float _BMM_dive_offset;
+    float bce_dive_mm, bce_rise_mm, bmm_dive_mm, bmm_rise_mm;
+    
     
     float getFloatUserInput();