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

8
src/lol/jsupm_lol.i Normal file
View File

@@ -0,0 +1,8 @@
%module jsupm_lol
%include "../upm.i"
%{
#include "lol.h"
%}
%include "lol.h"