Files
upm/src/p9813/pyupm_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

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