edited dilatometer
[matches/MCTX3420.git] / server / sensors / 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 230
10
11 //Number of samples of the image to take
12 #define SAMPLES 600
13
14 extern void Dilatometer_Init(); // Initialise the dilatometer
15 extern void Dilatometer_Cleanup(); // Cleanup
16 extern bool Dilatometer_Read( double * value); // Read the Dilatometer
17

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