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>
This commit is contained in:
Jon Trulson
2015-04-08 17:33:24 -06:00
committed by John Van Drasek
parent 8bf92be1ab
commit 2a3485cf98
9 changed files with 623 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
%module jsupm_uln200xa
%include "../upm.i"
%{
#include "uln200xa.h"
%}
%include "uln200xa.h"