Update comments for Doxygen. Move old, unused files to the testing folder.
[matches/MCTX3420.git] / testing / Camera / dilatometer / 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