mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00

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>
9 lines
103 B
OpenEdge ABL
9 lines
103 B
OpenEdge ABL
%module jsupm_tcs37727
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "tcs37727.hpp"
|
|
%}
|
|
|
|
%include "tcs37727.hpp"
|