02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Revision:
45:eb06f1d42938
Parent:
44:3b45ec49bc44
Child:
47:1dc3b5f7bf4a
--- a/main.cpp	Wed Jul 08 15:42:30 2015 +0000
+++ b/main.cpp	Thu Jul 09 13:34:13 2015 +0000
@@ -9,5 +9,6 @@
 int main(void)
 {
     initialise(); //used to create the Datalog file
-   calculate(4);    //testing
+   calculate(5);    //testing
+   averageData();   // adds the average from B2 to B6
 }
\ No newline at end of file