upm/src/groveehr/pyupm_groveehr.i
Jon Trulson ed15b1042d 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>
2015-01-14 17:24:42 -08:00

10 lines
125 B
OpenEdge ABL

%module pyupm_groveehr
%include "../upm.i"
%feature("autodoc", "3");
%include "groveehr.h"
%{
#include "groveehr.h"
%}