upm/src/groveelectromagnet/pyupm_groveelectromagnet.i
Zion Orent ce6cd0a19f groveelectromagnet: Initial implementation
This module implements support for the Grove Electromagnet.

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-16 15:44:35 -07:00

10 lines
155 B
OpenEdge ABL

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