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

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

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