Flying Sea Glider / Mbed 2 deprecated 2019_13sep_jcw_nosd

Dependencies:   mbed MODSERIAL FATFileSystem

Revision:
102:0f430de62447
Parent:
87:6d95f853dab3
--- a/MbedLogger/MbedLogger.hpp	Fri Jun 28 15:07:41 2019 +0000
+++ b/MbedLogger/MbedLogger.hpp	Fri Sep 13 16:51:48 2019 +0000
@@ -51,6 +51,8 @@
     
     //REVISED METHOD to save data (same as OpenLog)
     void recordData(int current_state);
+    void recordData_short(int current_state);
+    void recordData_long(int current_state);
     
     //print the directory to the screen
     void printMbedDirectory();
@@ -169,6 +171,7 @@
     int getLogSize();   //used in state machine
     
     string _heading_string;
+    string _heading_string2;
     string _diag_heading_string;
     
     void continuouslyTransmitData();