mirror of
https://github.com/eclipse/upm.git
synced 2025-03-29 11:50:02 +03:00

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>
9 lines
123 B
OpenEdge ABL
9 lines
123 B
OpenEdge ABL
%module jsupm_grovecircularled
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "grovecircularled.h"
|
|
%}
|
|
|
|
%include "grovecircularled.h"
|