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