groveehr: Initial implementation

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>
This commit is contained in:
Jon Trulson
2014-12-18 16:10:50 -07:00
committed by Sarah Knepper
parent 6e8b0dd038
commit ed15b1042d
8 changed files with 406 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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()