Mercurial > hg > beaglert
comparison examples/d-box/sensors.h @ 300:dbeed520b014 prerelease
Renamed projects to examples
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 27 May 2016 13:58:20 +0100 |
parents | projects/d-box/sensors.h@901d205d1a3c |
children |
comparison
equal
deleted
inserted
replaced
297:a3d83ebdf49b | 300:dbeed520b014 |
---|---|
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, int sensorType); | |
14 | |
15 void sensorLoop(void *); | |
16 void *keyboardLoop(void *); | |
17 | |
18 | |
19 #endif /* SENSORS_H_ */ |