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: SDFileSystem max32630fthr USBDevice
Fork of FTHR_SD_Demo by
Diff: main.cpp
- Revision:
- 22:fe94be11bae0
- Parent:
- 21:0f358a702561
- Child:
- 23:aa2407a3b30d
diff -r 0f358a702561 -r fe94be11bae0 main.cpp --- a/main.cpp Tue Sep 25 23:35:07 2018 +0000 +++ b/main.cpp Thu Mar 21 23:15:26 2019 +0000 @@ -40,7 +40,7 @@ }; const char* settings_file = "/sd/settings.txt"; -const char* log_file = "/sd/MAX30207Log.csv"; +const char* log_file = "/sd/MAX30208Log.csv"; //global variable
