Change rpi -> server
[matches/MCTX3420.git] / server / sensor.h
1 /**
2  * @file sensor.h
3  * @purpose Declarations for sensor thread stuff
4  */
5
6 ///TODO: Add more; this is currently just for testing
7
8 #ifndef _SENSOR_H
9 #define _SENSOR_H
10
11
12
13 extern void * Sensor_Main(void * args); // main loop for sensor thread
14
15 #endif //_SENSOR_H
16

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