02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
53:10f4f519ba69
Parent:
50:d794595c6868
Child:
54:9322b1b76e13
--- a/main.cpp	Thu Jul 16 14:01:24 2015 +0000
+++ b/main.cpp	Thu Jul 16 14:08:26 2015 +0000
@@ -10,6 +10,6 @@
 int main(void)
 {
    initialise(); //used to create the Datalog file
-   calculate(5);    //testing
+   calculate(5,3);    //testing
 
 }
\ No newline at end of file