upm/src/groveemg/pyupm_groveemg.i
Zion Orent 2bffccf839 groveemg: initial implementation
The implements support for the Grove EMG detector.

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 10:47:00 -07:00

10 lines
125 B
OpenEdge ABL

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