mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 02:41:14 +03:00
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>
This commit is contained in:

committed by
Sarah Knepper

parent
2aa6610645
commit
fb2fbbd95e
9
src/grovelinefinder/pyupm_grovelinefinder.i
Normal file
9
src/grovelinefinder/pyupm_grovelinefinder.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module pyupm_grovelinefinder
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "grovelinefinder.h"
|
||||
%{
|
||||
#include "grovelinefinder.h"
|
||||
%}
|
Reference in New Issue
Block a user