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:
- 34:9b66c5188051
- Parent:
- 32:f2f8ae34aadc
- Child:
- 35:2f66ea4863d5
--- a/MbedLogger/MbedLogger.hpp Wed Dec 20 13:52:50 2017 +0000
+++ b/MbedLogger/MbedLogger.hpp Wed Dec 20 20:24:15 2017 +0000
@@ -13,10 +13,10 @@
void createTestLog(); //test log function
//one log file type for now
- void createFile();
+ void createNewFiles(); //subsequent files (takes time to process)
//save float array to file (append each time)
- void saveArrayToFile(float *input);
+ void saveArrayToFile(string string_state, int input_state, float *input);
//save the sequence title to file (append each time)
void saveSequenceStringToFile(string str_input);