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 MODSERIAL FATFileSystem
Diff: MbedLogger/MbedLogger.hpp
- 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();