ds1808lc: Initial Implementation Maxim DS1808 based LED lighting controller
DS1808 is a general purpose potentiometer but this implementation is limited to controlling brightness of custom LED lighting hardware. Ideally there should be a DS1808 module used by a seperate lighting module. 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
63066bcc0b
commit
d183c9574d
9
src/ds1808lc/pyupm_ds1808lc.i
Normal file
9
src/ds1808lc/pyupm_ds1808lc.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_tubelight
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "tubelight.h"
|
||||
%{
|
||||
#include "tubelight.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user