02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Calculate.h

Committer:
aidanPJG
Date:
2015-07-15
Revision:
50:d794595c6868
Parent:
48:e9578f56534a
Child:
53:10f4f519ba69

File content as of revision 50:d794595c6868:

#ifndef CALCULATE_H
#define CALCULATE_H

int calculate(double distance);
void printArray(double array[3], int timesArray[3]);

#endif