upm/src/grovelinefinder/pyupm_grovelinefinder.i
Jon Trulson fb2fbbd95e grovelinefinder: Initial implementation
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>
2015-01-16 11:00:27 -08:00

10 lines
146 B
OpenEdge ABL

%module pyupm_grovelinefinder
%include "../upm.i"
%feature("autodoc", "3");
%include "grovelinefinder.h"
%{
#include "grovelinefinder.h"
%}