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: MAX31855 SDFileSystem mbed
Diff: SDSaveFunction.cpp
- Revision:
- 8:882ccc7bbc8a
- Parent:
- 7:9032b52be810
- Child:
- 9:c97cd10b11ac
--- a/SDSaveFunction.cpp Thu Mar 31 17:30:45 2016 +0000 +++ b/SDSaveFunction.cpp Wed Apr 06 05:58:36 2016 +0000 @@ -40,6 +40,6 @@ return 0; } -void writeData(float time, float temperature, float voltage) { // Need to modify for your particular experiment - fprintf(fp, "%.2f \t %.2f \t %.2f\n\r", time, temperature, voltage); +void writeData(float time, float temp1, float temp2, float voltage) { // Need to modify for your particular experiment + fprintf(fp, "%.2f \t %.2f \t %.2f\n\r", time, temp1, temp2, voltage); }