02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

main.cpp

Committer:
aidanPJG
Date:
2015-07-09
Revision:
45:eb06f1d42938
Parent:
44:3b45ec49bc44
Child:
47:1dc3b5f7bf4a

File content as of revision 45:eb06f1d42938:

#include "mbed.h"
#include "Calculate.h"
#include "Distance.h"
#include "Data.h"
//#include "Counter.h

Serial pc(USBTX, USBRX); // tx, rx 

int main(void)
{
    initialise(); //used to create the Datalog file
   calculate(5);    //testing
   averageData();   // adds the average from B2 to B6
}