Merge branch 'master' of github:szmoore/MCTX3420 into report
[matches/MCTX3420.git] / server / sensors / microphone.h
1 #ifndef _MICROPHONE_H
2 #define _MICROPHONE_H
3
4 extern bool Microphone_Init(const char * name, int id);
5 extern bool Microphone_Cleanup(int id);
6 extern bool Microphone_Read(int id, double * value);
7 extern bool Microphone_Sanity(int id, double value);
8
9 #endif //_MICROPHONE_H
10
11

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