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