02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
44:3b45ec49bc44
Parent:
43:8e154016dd89
Child:
45:eb06f1d42938
--- a/main.cpp	Wed Jul 08 15:16:26 2015 +0000
+++ b/main.cpp	Wed Jul 08 15:42:30 2015 +0000
@@ -8,9 +8,6 @@
 
 int main(void)
 {
-    initialise();
-    data(4,35);    
-    data(5,34);
-    data(6,32);
-    data(7,7);
+    initialise(); //used to create the Datalog file
+   calculate(4);    //testing
 }
\ No newline at end of file