lol: Added Olimex LoL array support, 13x9 LED matrix

Signed-off-by: izard <alexander.komarov@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
izard
2014-09-06 12:57:28 +00:00
committed by Thomas Ingleby
parent d44eb0b751
commit d97ce2378b
7 changed files with 405 additions and 0 deletions

11
src/lol/pyupm_lol.i Normal file
View File

@@ -0,0 +1,11 @@
%module pyupm_lol
%include "../upm.i"
%include "stdint.i"
%feature("autodoc", "3");
%include "lol.h"
%{
#include "lol.h"
%}