grovecircularled: Initial import/implementation

This code is based off ofthe my9221 driver.  This modification was
done by Jun Kato, but abandoned.

This driver will not work correctly on Galileo.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Jon Trulson
2015-06-10 12:08:59 -06:00
committed by Mihai Tudor Panu
parent f2503c6167
commit c313e3ae69
9 changed files with 467 additions and 0 deletions

View File

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