upm/src/max44000/pyupm_max44000.i
Kiveisha Yevgeniy 12b2ab6991 max44000: Added swig to the module and set i2c methods as public
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-06-10 13:34:27 +00:00

11 lines
126 B
OpenEdge ABL

%module pyupm_max44000
%include "stdint.i"
%feature("autodoc", "3");
%include "max44000.h"
%{
#include "max44000.h"
%}