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

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

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