02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
71:60f06e7e50a3
Parent:
53:10f4f519ba69
--- a/Calculate.h	Thu Sep 03 15:10:51 2015 +0000
+++ b/Calculate.h	Thu Sep 03 15:32:01 2015 +0000
@@ -1,7 +1,8 @@
 #ifndef CALCULATE_H
 #define CALCULATE_H
+#include <string>
 
-int calculate(double distance, int NoOfPins);
+int calculate(double distance, int NoOfPins, string date);
 void printArray(double array[3], int timesArray[3],int NoOfPins);
 
 #endif
\ No newline at end of file