mirror of
https://github.com/eclipse/upm.git
synced 2025-06-10 23:30:27 +03:00

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>
9 lines
99 B
OpenEdge ABL
9 lines
99 B
OpenEdge ABL
%module jsupm_uln200xa
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "uln200xa.h"
|
|
%}
|
|
|
|
%include "uln200xa.h"
|