02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Calculate.h

Committer:
aidanPJG
Date:
2015-07-08
Revision:
33:929f1755664b
Parent:
24:92600b1d15b1
Child:
38:da262dc4f90a

File content as of revision 33:929f1755664b:

#ifndef CALCULATE_H
#define CALCULATE_H

int calculate(float distance);

#endif