Mercurial > hg > beaglert
comparison projects/d-box/sensors.h @ 0:8a575ba3ab52
Initial commit.
author | andrewm |
---|---|
date | Fri, 31 Oct 2014 19:10:17 +0100 |
parents | |
children | 901d205d1a3c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8a575ba3ab52 |
---|---|
1 /* | |
2 * sensors.h | |
3 * | |
4 * Created on: May 28, 2014 | |
5 * Author: Victor Zappi | |
6 */ | |
7 | |
8 #ifndef SENSORS_H_ | |
9 #define SENSORS_H_ | |
10 | |
11 #include "config.h" | |
12 | |
13 int initSensorLoop(int sensorAddress0, int sensorAddress1, bool useNewSensors); | |
14 | |
15 void sensorLoop(void *); | |
16 void *keyboardLoop(void *); | |
17 | |
18 | |
19 #endif /* SENSORS_H_ */ |