mirror of
https://github.com/eclipse/upm.git
synced 2025-07-12 06:41:12 +03:00
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
11
src/si1132/pyupm_si1132.i
Normal file
11
src/si1132/pyupm_si1132.i
Normal file
@ -0,0 +1,11 @@
|
||||
%module pyupm_si1132
|
||||
%include "../upm.i"
|
||||
|
||||
%include "stdint.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "si1132.h"
|
||||
%{
|
||||
#include "si1132.h"
|
||||
%}
|
Reference in New Issue
Block a user