max44009: Initial Implementation Maxim 44009 light sensor
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
1f1a1bce8e
commit
33734dc2e2
11
src/max44009/pyupm_max44009.i
Normal file
11
src/max44009/pyupm_max44009.i
Normal file
@@ -0,0 +1,11 @@
|
||||
%module pyupm_max44009
|
||||
%include "../upm.i"
|
||||
|
||||
%include "stdint.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "max44009.h"
|
||||
%{
|
||||
#include "max44009.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user