upm/src/sm130/pyupm_sm130.i
Kiveisha Yevgeniy bb38b35b32 sm130: Added new sensor (basic function was implemented and not tested)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-07-04 15:10:09 +00:00

10 lines
116 B
OpenEdge ABL

%module pyupm_sm130
%include "../upm.i"
%feature("autodoc", "3");
%include "sm130.h"
%{
#include "sm130.h"
%}