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

This implements support for the Grove Collision Sensor. Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
9 lines
117 B
OpenEdge ABL
9 lines
117 B
OpenEdge ABL
%module jsupm_grovecollision
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "grovecollision.h"
|
|
%}
|
|
|
|
%include "grovecollision.h"
|