02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Thu Jul 16 14:22:47 2015 +0000
Revision:
54:9322b1b76e13
Parent:
48:e9578f56534a
Child:
71:60f06e7e50a3
Got UserInput class working. It now uses 2 separate methods. It is compatible with calculate method as well.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aidanPJG 48:e9578f56534a 1 #ifndef USERINPUT.H
aidanPJG 48:e9578f56534a 2 #define USERINPUT.H
aidanPJG 48:e9578f56534a 3
aidanPJG 54:9322b1b76e13 4 double inputDistance();
aidanPJG 54:9322b1b76e13 5 int inputNoOfPins();
aidanPJG 48:e9578f56534a 6
aidanPJG 48:e9578f56534a 7 #endif