blob: 614da5c714e6c656a7d1ca4f44c2e1b617e418fc [file] [log] [blame]
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_mg811
%include "../upm.i"
%feature("autodoc", "3");
%include "mg811.h"
%{
#include "mg811.h"
%}