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