02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
48:e9578f56534a
Parent:
47:1dc3b5f7bf4a
Child:
50:d794595c6868
diff -r 1dc3b5f7bf4a -r e9578f56534a main.cpp
--- a/main.cpp	Mon Jul 13 10:34:29 2015 +0000
+++ b/main.cpp	Mon Jul 13 14:44:08 2015 +0000
@@ -2,13 +2,14 @@
 #include "Calculate.h"
 #include "Distance.h"
 #include "Data.h"
+#include "UserInput.h"
 //#include "Counter.h
 
 Serial pc(USBTX, USBRX); // tx, rx 
 
 int main(void)
 {
-    initialise(); //used to create the Datalog file
-   calculate(5);    //testing
-
+  //  initialise(); //used to create the Datalog file
+ //  calculate(5);    //testing
+     input();
 }
\ No newline at end of file