02/07/15
Dependencies: mbed
Diff: Calculate.h
- Revision:
- 53:10f4f519ba69
- Parent:
- 50:d794595c6868
- Child:
- 71:60f06e7e50a3
diff -r d21fc7266b66 -r 10f4f519ba69 Calculate.h --- 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