02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
50:d794595c6868
Parent:
48:e9578f56534a
Child:
53:10f4f519ba69
--- a/Calculate.h	Wed Jul 15 13:52:20 2015 +0000
+++ b/Calculate.h	Wed Jul 15 15:16:03 2015 +0000
@@ -1,7 +1,7 @@
 #ifndef CALCULATE_H
 #define CALCULATE_H
 
-int calculate(float distance);
-void printArray(int times[3]);
+int calculate(double distance);
+void printArray(double array[3], int timesArray[3]);
 
 #endif
\ No newline at end of file