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

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

%{
    #include "sx6119.hpp"
%}

%include "sx6119.hpp"