02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
50:d794595c6868
Parent:
48:e9578f56534a
Child:
53:10f4f519ba69
diff -r 889751dd0395 -r d794595c6868 main.cpp
--- a/main.cpp	Wed Jul 15 13:52:20 2015 +0000
+++ b/main.cpp	Wed Jul 15 15:16:03 2015 +0000
@@ -9,7 +9,7 @@
 
 int main(void)
 {
-  //  initialise(); //used to create the Datalog file
- //  calculate(5);    //testing
-     input();
+   initialise(); //used to create the Datalog file
+   calculate(5);    //testing
+
 }
\ No newline at end of file