This module adds support for the Grove Line Finder sensor. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
9 lines
120 B
OpenEdge ABL
9 lines
120 B
OpenEdge ABL
%module jsupm_grovelinefinder
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "grovelinefinder.h"
|
|
%}
|
|
|
|
%include "grovelinefinder.h"
|