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