si1132: Initial Implementation Silicon Labs SI1132 light sensor.
Only visible light readings are currently supported. Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
committed by
Abhishek Malik
parent
33734dc2e2
commit
4aeccf7714
17
src/si1132/javaupm_si1132.i
Normal file
17
src/si1132/javaupm_si1132.i
Normal file
@@ -0,0 +1,17 @@
|
||||
%module(directors="1") javaupm_si1132
|
||||
%include "../upm.i"
|
||||
%include "../upm/javaupm_interfaces.i"
|
||||
|
||||
%{
|
||||
#include "si1132.h"
|
||||
%}
|
||||
|
||||
/*
|
||||
%include "../upm/iModuleStatus.h"
|
||||
%include "../upm/iLightSensor.h"
|
||||
|
||||
%feature("director") IModuleStatus;
|
||||
%feature("director") ILightSensor;
|
||||
*/
|
||||
|
||||
%include "si1132.h"
|
||||
Reference in New Issue
Block a user