mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 10:51:12 +03:00
p9813: Chainable LEDS
Initial commit of the p9813 chainable LED controller. Added C, C++, python, java, and node examples. Signed-off-by: Sergey Kiselev <sergey.kiselev@intel.com> Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
7
src/p9813/jsupm_p9813.i
Normal file
7
src/p9813/jsupm_p9813.i
Normal file
@ -0,0 +1,7 @@
|
||||
%module jsupm_p9813
|
||||
%include "../upm.i"
|
||||
|
||||
%include "p9813.hpp"
|
||||
%{
|
||||
#include "p9813.hpp"
|
||||
%}
|
Reference in New Issue
Block a user