summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/sx6119/pyupm_sx6119.i
blob: d98477dcf08cd1ac6850055429a3d848e868f583 (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.h"
%}

%include "sx6119.h"