b3b73485c61139a14155a311aa5228613ee845b5
[matches/MCTX3420.git] / server / dilatometer.h
1 /**
2  * @file dilatometer.h
3  * @brief Declarations for functions to deal with dilatometer
4  */
5
6 #include "common.h"
7
8 //Threshold to determine the edge of the can
9 #define THRES 200
10
11 extern void Dilatometer_Init(); // Initialise the dilatometer
12 extern void Dilatometer_Cleanup(); // Cleanup
13 extern double Dilatometer_Read( int samples); // Read the dilatometer
14

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