max44000: Added swig to the module and set i2c methods as public

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-10 13:34:27 +00:00
parent 3be0cdf5c2
commit 12b2ab6991
4 changed files with 55 additions and 9 deletions

View File

@ -1,5 +1,7 @@
%module pyupm_max44000
%include "stdint.i"
%feature("autodoc", "3");
%include "max44000.h"