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

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

%include "h803x.hpp"
%{
    #include "h803x.hpp"
%}