02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Thu Sep 03 15:32:01 2015 +0000
Revision:
71:60f06e7e50a3
Parent:
53:10f4f519ba69
tried to add date but it failed;

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 71:60f06e7e50a3 3 #include <string>
aidanPJG 22:34bc2f2f5b09 4
aidanPJG 71:60f06e7e50a3 5 int calculate(double distance, int NoOfPins, string date);
aidanPJG 53:10f4f519ba69 6 void printArray(double array[3], int timesArray[3],int NoOfPins);
aidanPJG 18:bb632df62f51 7
aidanPJG 22:34bc2f2f5b09 8 #endif