mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00

Signed-off-by: Nandkishor <nandkishor.sonar@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
14 lines
170 B
OpenEdge ABL
14 lines
170 B
OpenEdge ABL
%module pyupm_tsl2561
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "tsl2561_doc.i"
|
|
#endif
|
|
|
|
%include "tsl2561.h"
|
|
%{
|
|
#include "tsl2561.h"
|
|
%}
|