Merge branch 'master' of github:szmoore/MCTX3420 into report
[matches/MCTX3420.git] / server / sensors / microphone.h
diff --git a/server/sensors/microphone.h b/server/sensors/microphone.h
new file mode 100644 (file)
index 0000000..371506b
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef _MICROPHONE_H
+#define _MICROPHONE_H
+
+extern bool Microphone_Init(const char * name, int id);
+extern bool Microphone_Cleanup(int id);
+extern bool Microphone_Read(int id, double * value);
+extern bool Microphone_Sanity(int id, double value);
+
+#endif //_MICROPHONE_H
+
+

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