02/07/15
Dependencies: mbed
Calculate.h@33:929f1755664b, 2015-07-08 (annotated)
- Committer:
- aidanPJG
- Date:
- Wed Jul 08 08:37:07 2015 +0000
- Revision:
- 33:929f1755664b
- Parent:
- 24:92600b1d15b1
- Child:
- 38:da262dc4f90a
added speed;
Who changed what in which revision?
User | Revision | Line number | New 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 | 18:bb632df62f51 | 5 | |
aidanPJG | 22:34bc2f2f5b09 | 6 | #endif |