blob: 993e0c447542a21262d0f9fd1f70b70b9da33d74 [file] [log] [blame]
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_mpr121
%include "../upm.i"
%feature("autodoc", "3");
#ifdef DOXYGEN
%include "mpr121_doc.i"
#endif
%include "mpr121.h"
%{
#include "mpr121.h"
%}