summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/grove/pyupm_grove.i
blob: b61c155c614af1506288e0b8a4cc2ed016bae405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_grove
%include "../upm.i"

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

#ifdef DOXYGEN
%include "grove_doc.i"
#endif

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