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:
committed by
John Van Drasek
parent
8bf92be1ab
commit
2a3485cf98
5
src/uln200xa/CMakeLists.txt
Normal file
5
src/uln200xa/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "uln200xa")
|
||||
set (libdescription "upm uln200xa darlington stepper driver")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user