Files
upm/src/bh1750/pyupm_bh1750.i

14 lines
220 B
OpenEdge ABL
Raw Normal View History

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