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

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

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