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

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

%include "nunchuck.h"
%{
    #include "nunchuck.h"
%}