summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/grovescam/pyupm_grovescam.i
blob: 6bb7163366eec49c3a9e47991e7bb57b8d6daa76 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_grovescam
%include "../upm.i"

%feature("autodoc", "3");

%{
    #include "grovescam.h"
%}
%include "grovescam.h"