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:
Nandkishor
2014-10-10 16:19:44 +00:00
committed by Brendan Le Foll
parent fc776ba3a3
commit e9da4719fb
8 changed files with 503 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
%module jsupm_tsl2561
%include "../upm.i"
%{
#include "tsl2561.h"
%}
%include "tsl2561.h"