02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Wed Jul 15 15:16:03 2015 +0000
Revision:
50:d794595c6868
Parent:
48:e9578f56534a
Child:
53:10f4f519ba69
fiddling about with printArray. now prints a summary including speed. Going to add speed to xl now;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aidanPJG 22:34bc2f2f5b09 1 #ifndef CALCULATE_H
aidanPJG 22:34bc2f2f5b09 2 #define CALCULATE_H
aidanPJG 22:34bc2f2f5b09 3
aidanPJG 50:d794595c6868 4 int calculate(double distance);
aidanPJG 50:d794595c6868 5 void printArray(double array[3], int timesArray[3]);
aidanPJG 18:bb632df62f51 6
aidanPJG 22:34bc2f2f5b09 7 #endif