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

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

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