upm/src/tcs3414cs/pyupm_tcs3414cs.i
Kiveisha Yevgeniy 50fd1d7478 tcs3414cs:: added new color sensor
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-08-27 12:40:33 +00:00

10 lines
128 B
OpenEdge ABL

%module pyupm_tcs3414cs
%include "../upm.i"
%feature("autodoc", "3");
%include "tcs3414cs.h"
%{
#include "tcs3414cs.h"
%}