upm/src/grovegsr/pyupm_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

10 lines
125 B
OpenEdge ABL

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