hlg150: Initial Implementation Meanwell HLG150 based LED light controller
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
d183c9574d
commit
bd7930f249
9
src/hlg150h/pyupm_hlg150h.i
Normal file
9
src/hlg150h/pyupm_hlg150h.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_hlg150h
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "hlg150h.h"
|
||||
%{
|
||||
#include "hlg150h.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user