mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 03:41:13 +03:00
lp8860: Initial Implementation TI LP8860 LED lighting 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
bd7930f249
commit
1f1a1bce8e
8
src/lp8860/javaupm_lp8860.i
Normal file
8
src/lp8860/javaupm_lp8860.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module javaupm_lp8860
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "lp8860.h"
|
||||
%}
|
||||
|
||||
%include "lp8860.h"
|
Reference in New Issue
Block a user