Update comments for Doxygen. Move old, unused files to the testing folder.
[matches/MCTX3420.git] / testing / Camera / dilatometer / microscope.h
diff --git a/testing/Camera/dilatometer/microscope.h b/testing/Camera/dilatometer/microscope.h
new file mode 100644 (file)
index 0000000..ca63b5e
--- /dev/null
@@ -0,0 +1,14 @@
+/**
+ * @file microscope.h
+ * @brief Declarations for functions to deal with microscope
+ */
+
+#include "common.h"
+
+//Threshold to determine the edge of the can
+#define THRES 230
+
+extern void Microscope_Init(); // Initialise the dilatometer
+extern void Microscope_Cleanup(); // Cleanup
+extern bool Microscope_Read( double * value, int samples); // Read the Microscope
+

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