Pipeline Technology Centre / Mbed 2 deprecated ConsolTest

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers UserInput.h Source File

UserInput.h

00001 #ifndef USERINPUT.H
00002 #define USERINPUT.H
00003 #include <string>
00004 
00005 double inputDistance();
00006 int inputNoOfPins();
00007 string inputDate();
00008 
00009 #endif