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

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

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