mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 02:41:14 +03:00
tcs37727: Added upm support for color sensor TCS37727
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>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
fabf4287d6
commit
e83b8ef114
15
src/tcs37727/pyupm_tcs37727.i
Normal file
15
src/tcs37727/pyupm_tcs37727.i
Normal file
@ -0,0 +1,15 @@
|
||||
// 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"
|
||||
%}
|
Reference in New Issue
Block a user