mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 18:31:13 +03:00
tsl2561: light to digital sensor tsl2561
Signed-off-by: Nandkishor <nandkishor.sonar@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:

committed by
Brendan Le Foll

parent
fc776ba3a3
commit
e9da4719fb
13
src/tsl2561/pyupm_tsl2561.i
Normal file
13
src/tsl2561/pyupm_tsl2561.i
Normal file
@ -0,0 +1,13 @@
|
||||
%module pyupm_tsl2561
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
#ifdef DOXYGEN
|
||||
%include "tsl2561_doc.i"
|
||||
#endif
|
||||
|
||||
%include "tsl2561.h"
|
||||
%{
|
||||
#include "tsl2561.h"
|
||||
%}
|
Reference in New Issue
Block a user