Merge branch 'master' of github:szmoore/MCTX3420
[matches/MCTX3420.git] / server / sensor.c
1 /**
2  * @file sensor.c
3  * @purpose Implementation of sensor thread
4  * TODO: Finalise implementation
5  */
6
7 #include "sensor.h"
8
9 /**
10  * Run the main sensor polling loop
11  * @param args - IGNORED (void* required to use the function with pthreads)
12  * @returns NULL (void* required to use the function with pthreads)
13  */
14 void * Sensor_Main(void * args)
15 {
16         
17 }

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