Merge remote-tracking branch 'upstream/master'
[matches/MCTX3420.git] / server / sensor.h
1
2 /**
3  * @file sensor.h
4  * @purpose Declarations for sensor thread related stuff
5  */
6
7
8
9 #ifndef _SENSOR_H
10 #define _SENSOR_H
11
12
13
14 extern void * Sensor_Main(void * args); // main loop for sensor thread
15
16 #endif //_SENSOR_H
17

UCC git Repository :: git.ucc.asn.au