02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Wed Jul 08 15:42:30 2015 +0000
Revision:
44:3b45ec49bc44
Parent:
43:8e154016dd89
Child:
45:eb06f1d42938
tried to add speed as an array to print to xl but not quite there yet

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ADAMSTRUTT 17:d9fb4a3780c7 1 #include "mbed.h"
ADAMSTRUTT 17:d9fb4a3780c7 2 #include "Calculate.h"
ADAMSTRUTT 17:d9fb4a3780c7 3 #include "Distance.h"
ADAMSTRUTT 35:085a674c9fdf 4 #include "Data.h"
ADAMSTRUTT 20:0b2279011691 5 //#include "Counter.h
ADAMSTRUTT 35:085a674c9fdf 6
aidanPJG 25:bab86a12e9ad 7 Serial pc(USBTX, USBRX); // tx, rx
ADAMSTRUTT 17:d9fb4a3780c7 8
ADAMSTRUTT 20:0b2279011691 9 int main(void)
aidanPJG 7:d6f78ba7c5f7 10 {
aidanPJG 44:3b45ec49bc44 11 initialise(); //used to create the Datalog file
aidanPJG 44:3b45ec49bc44 12 calculate(4); //testing
ADAMSTRUTT 17:d9fb4a3780c7 13 }