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

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

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