2c683d62524d76e5c6b0d18297c9f4b3cad5b5bf
[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 bool Dilatometer_Init(const char * name, int id); // Initialise the dilatometer
15 extern bool Dilatometer_Cleanup(int id); // Cleanup
16 extern bool Dilatometer_Read(int id, double * value); // Read the Dilatometer
17

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