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>
This commit is contained in:
11
src/p9813/pyupm_p9813.i
Normal file
11
src/p9813/pyupm_p9813.i
Normal file
@@ -0,0 +1,11 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_p9813
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "p9813.hpp"
|
||||
%{
|
||||
#include "p9813.hpp"
|
||||
%}
|
||||
Reference in New Issue
Block a user