02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
48:e9578f56534a
Parent:
38:da262dc4f90a
Child:
50:d794595c6868
--- a/Calculate.h	Mon Jul 13 10:34:29 2015 +0000
+++ b/Calculate.h	Mon Jul 13 14:44:08 2015 +0000
@@ -2,6 +2,6 @@
 #define CALCULATE_H
 
 int calculate(float distance);
-void printArray();
+void printArray(int times[3]);
 
 #endif
\ No newline at end of file