upm/src/th02/pyupm_th02.i
Kiveisha Yevgeniy ee2d398bfa th02:: added new humidity&temperature sensor
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-07-04 18:01:51 +00:00

10 lines
113 B
OpenEdge ABL

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