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>
8 lines
93 B
OpenEdge ABL
8 lines
93 B
OpenEdge ABL
%module jsupm_p9813
|
|
%include "../upm.i"
|
|
|
|
%include "p9813.hpp"
|
|
%{
|
|
#include "p9813.hpp"
|
|
%}
|