blob: fa7637c1830ce0553c027bfea8700890990a98c7 [file] [log] [blame]
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_joystick12
%include "../upm.i"
%include "stdint.i"
%feature("autodoc", "3");
%include "joystick12.h"
%{
#include "joystick12.h"
%}