02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Wed Jul 08 10:11:44 2015 +0000
Revision:
38:da262dc4f90a
Parent:
33:929f1755664b
Child:
48:e9578f56534a
module design - print array on module

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 33:929f1755664b 4 int calculate(float distance);
aidanPJG 38:da262dc4f90a 5 void printArray();
aidanPJG 18:bb632df62f51 6
aidanPJG 22:34bc2f2f5b09 7 #endif