microphone: added new sensor

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-20 15:25:43 +00:00
parent 2fa9b7b6c9
commit 81c8baa071
7 changed files with 281 additions and 0 deletions

7
src/mic/jsupm_mic.i Normal file
View File

@@ -0,0 +1,7 @@
%module jsupm_mic
%{
#include "mic.h"
%}
%include "mic.h"