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