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>
12 lines
192 B
OpenEdge ABL
12 lines
192 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_p9813
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "p9813.hpp"
|
|
%{
|
|
#include "p9813.hpp"
|
|
%}
|