02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Tue Jul 28 15:12:02 2015 +0000
Revision:
57:f94834892570
Parent:
55:58e9836f5ad1
Child:
71:60f06e7e50a3
time recording precisely. Saving data in array and xl working as well

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ADAMSTRUTT 35:085a674c9fdf 1 #ifndef DATA_H
ADAMSTRUTT 35:085a674c9fdf 2 #define DATA_H
ADAMSTRUTT 35:085a674c9fdf 3
aidanPJG 57:f94834892570 4 void data(int sensor_number, double time, double speed);
aidanPJG 55:58e9836f5ad1 5 void initialise(int counter);
aidanPJG 45:eb06f1d42938 6 void averageData();
ADAMSTRUTT 35:085a674c9fdf 7
ADAMSTRUTT 35:085a674c9fdf 8 #endif