TCS37727 is a Color Light-To-Digital Converter. I also added the manufacturer 'ams' of TCS37727. Signed-off-by: Norbert Wesp <nwesp@phytec.de> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
16 lines
250 B
OpenEdge ABL
16 lines
250 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_tcs37727
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "tcs37727_doc.i"
|
|
#endif
|
|
|
|
%include "tcs37727.hpp"
|
|
%{
|
|
#include "tcs37727.hpp"
|
|
%}
|