mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +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>
6 lines
165 B
CMake
6 lines
165 B
CMake
set (libname "uln200xa")
|
|
set (libdescription "upm uln200xa darlington stepper driver")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|