upm/src/max5487/pyupm_max5487.i
Kiveisha Yevgeniy 1747fbbe19 max5487: added new sensor with example (TESTED AND WORKING)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-08-05 20:16:05 +00:00

10 lines
122 B
OpenEdge ABL

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