ca63b5e3707aa7324751a5a85f1493f0e5817716
[matches/MCTX3420.git] / server / microscope.h
1 /**
2  * @file microscope.h
3  * @brief Declarations for functions to deal with microscope
4  */
5
6 #include "common.h"
7
8 //Threshold to determine the edge of the can
9 #define THRES 230
10
11 extern void Microscope_Init(); // Initialise the dilatometer
12 extern void Microscope_Cleanup(); // Cleanup
13 extern bool Microscope_Read( double * value, int samples); // Read the Microscope
14

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