Files
upm/src/p9813/jsupm_p9813.i
Noel Eck 58cdfadf4e 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>
2017-03-08 09:46:43 -08:00

8 lines
93 B
OpenEdge ABL

%module jsupm_p9813
%include "../upm.i"
%include "p9813.hpp"
%{
#include "p9813.hpp"
%}