upm/src/uln200xa/jsupm_uln200xa.i
Jon Trulson 2a3485cf98 uln200xa: Initial implementation
This driver was tested on a Grove Geared Stepper with Driver, the
uln2003a paired with a 28BYJ-48 unipolar stepper motor.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
2015-04-14 16:35:56 -07:00

9 lines
99 B
OpenEdge ABL

%module jsupm_uln200xa
%include "../upm.i"
%{
#include "uln200xa.h"
%}
%include "uln200xa.h"