upm/src/grovegsr/jsupm_grovegsr.i
Zion Orent 276ba67583 grovegsr: initial implementation
This module implements support for the Grove GSR (Galvanic Skin
Response) sensor.

Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
2015-03-17 14:28:27 -07:00

9 lines
99 B
OpenEdge ABL

%module jsupm_grovegsr
%include "../upm.i"
%{
#include "grovegsr.h"
%}
%include "grovegsr.h"