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

10
src/mic/pyupm_mic.i Normal file
View File

@ -0,0 +1,10 @@
%module pyupm_mic
%include "stdint.i"
%feature("autodoc", "3");
%include "mic.h"
%{
#include "mic.h"
%}