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:
committed by
Sarah Knepper
parent
6e8b0dd038
commit
ed15b1042d
8
src/groveehr/jsupm_groveehr.i
Normal file
8
src/groveehr/jsupm_groveehr.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module jsupm_groveehr
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "groveehr.h"
|
||||
%}
|
||||
|
||||
%include "groveehr.h"
|
||||
Reference in New Issue
Block a user