02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Mon Jul 13 14:44:08 2015 +0000
Revision:
48:e9578f56534a
Parent:
45:eb06f1d42938
Child:
50:d794595c6868
Added userInput however it doesn't really work. It returns a weird negative distance and 0 for number of sensors. Or maybe the other way around

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 48:e9578f56534a 4 void data(int sensor_number, int times);
aidanPJG 43:8e154016dd89 5 void initialise();
aidanPJG 45:eb06f1d42938 6 void averageData();
ADAMSTRUTT 35:085a674c9fdf 7
ADAMSTRUTT 35:085a674c9fdf 8 #endif