upm/src/moisture/pyupm_moisture.i
Abhishek Malik 1caf805d2b Moisture: Add C Src and Example
Changed from GroveMoisture.

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2016-09-14 14:09:12 -07:00

11 lines
200 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_moisture
%include "../upm.i"
%feature("autodoc", "3");
%include "moisture.hpp"
%{
#include "moisture.hpp"
%}