upm/src/groveehr/jsupm_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

9 lines
99 B
OpenEdge ABL

%module jsupm_groveehr
%include "../upm.i"
%{
#include "groveehr.h"
%}
%include "groveehr.h"