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

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

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