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: sd-driver_compatible_with_MAX32630FTHR
Fork of CircularBufferSDCardLib by
Revision 13:91350588d530, committed 2018-07-11
- Comitter:
- DVLevine
- Date:
- Wed Jul 11 07:06:04 2018 -0400
- Parent:
- 12:c09a50d9469a
- Commit message:
- added /fs/ to be able to actually read and write to text file denoting log number
Changed in this revision
dataRecorder.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c09a50d9469a -r 91350588d530 dataRecorder.cpp --- a/dataRecorder.cpp Fri Apr 27 02:11:18 2018 -0400 +++ b/dataRecorder.cpp Wed Jul 11 07:06:04 2018 -0400 @@ -139,5 +139,5 @@ } int DataRecorder::getTrialNumAndIncrement(){ - return m_saveBuddy->readAndIncrement("trialNum.txt"); + return m_saveBuddy->readAndIncrement("/fs/trialNum.txt"); }