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

%include "stdint.i"

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

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