max44000: Added new sensor module

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-09 15:37:33 +00:00
parent fa1753f4ef
commit 38efe2d7a3
7 changed files with 293 additions and 0 deletions

View File

@ -0,0 +1,8 @@
%module pyupm_max44000
%feature("autodoc", "3");
%include "max44000.h"
%{
#include "max44000.h"
%}