summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hp20x/pyupm_hp20x.i
blob: 39c0b073c44e1ea3cc2c2cceebcf8e3c9ffed6ac (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_hp20x
%include "../upm.i"

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

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

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