DCC-EX / EX-Turntable

Turntable-EX is a new feature to control a stepper motor based turntable from DCC++ EX
GNU General Public License v3.0
6 stars 5 forks source link

To Do: Investigate/validate correct driver settings for A4988/DRV8825 #87

Closed peteGSX closed 2 years ago

peteGSX commented 2 years ago

Enter Work Task Description

Feedback received that using TWO_WIRE may be incorrect for the A4988/DRV8825 stepper drivers, need to investigate/validate this.

Enter Done Criteria

The correct entries in "standard_steppers.h" defined for using A4988/DRV8825 stepper drivers.

peteGSX commented 2 years ago

This should indeed use DRIVER rather than FULL2WIRE, and I can only assume I misunderstood initially and got confused due to the two pin control vs. four pin control of the A4988 vs. ULN2003.

Updating standard_steppers.h to refer to AccelStepper::DRIVER instead.

Unit testing:

peteGSX commented 2 years ago

All unit tests passed.