lpd8806: Added new module - digital led strip (NOT TESTED)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-08-18 11:21:48 +00:00
parent ffdd6d2f00
commit 050c134664
12 changed files with 380 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
%module pyupm_lpd8806
%include "../upm.i"
%feature("autodoc", "3");
%include "lpd8806.h"
%{
#include "lpd8806.h"
%}