02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Thu Jul 16 14:08:26 2015 +0000
Revision:
53:10f4f519ba69
Parent:
50:d794595c6868
Child:
71:60f06e7e50a3
Calculate now takes in 2 parameters. Number of pins and the distance between the pins.

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