mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00

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>
10 lines
125 B
OpenEdge ABL
10 lines
125 B
OpenEdge ABL
%module pyupm_groveehr
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "groveehr.h"
|
|
%{
|
|
#include "groveehr.h"
|
|
%}
|