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:
Jon Trulson
2014-12-10 14:14:15 -07:00
committed by Sarah Knepper
parent 2aa6610645
commit fb2fbbd95e
8 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
set (libname "grovelinefinder")
set (libdescription "upm grove line finder sensor module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()