Daniel Blomdahl / Mbed 2 deprecated multiple_variable_temp

Dependencies:   MAX31855 SDFileSystem mbed

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);
 }