This module implements support for the Grove Ear-clip heart rate 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>
6 lines
170 B
CMake
6 lines
170 B
CMake
set (libname "groveehr")
|
|
set (libdescription "upm grove ear-clip heart rate sensor module")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|