mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 18:31:13 +03:00

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"
|
|
%}
|