summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/grovescam/pyupm_grovescam.i
blob: 0f8c4160654cd35b415b4cf212930ed080b937e0 (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.hpp"
%}
%include "grovescam.hpp"