sm130: Added new sensor (basic function was implemented and not tested)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-07-04 15:10:09 +00:00
parent d15bf22536
commit bb38b35b32
5 changed files with 435 additions and 0 deletions

9
src/sm130/pyupm_sm130.i Normal file
View File

@ -0,0 +1,9 @@
%module pyupm_sm130
%include "../upm.i"
%feature("autodoc", "3");
%include "sm130.h"
%{
#include "sm130.h"
%}