mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 10:20:01 +03:00
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"
|
||
|
%}
|