%module pyupm_tcs3414cs
%include "../upm.i"

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

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