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