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

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>
10 lines
146 B
OpenEdge ABL
10 lines
146 B
OpenEdge ABL
%module pyupm_grovelinefinder
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "grovelinefinder.h"
|
|
%{
|
|
#include "grovelinefinder.h"
|
|
%}
|