02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
53:10f4f519ba69
Parent:
50:d794595c6868
Child:
71:60f06e7e50a3
--- a/Calculate.h	Thu Jul 16 14:01:24 2015 +0000
+++ b/Calculate.h	Thu Jul 16 14:08:26 2015 +0000
@@ -1,7 +1,7 @@
 #ifndef CALCULATE_H
 #define CALCULATE_H
 
-int calculate(double distance);
-void printArray(double array[3], int timesArray[3]);
+int calculate(double distance, int NoOfPins);
+void printArray(double array[3], int timesArray[3],int NoOfPins);
 
 #endif
\ No newline at end of file