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: Limit homing rotations #11

Closed peteGSX closed 2 years ago

peteGSX commented 2 years ago

A side effect of the improved homing logic is that the turntable will now rotate forever if the homing sensor is not triggered.

An unused counter homingSteps is available which can be used to count the number of steps taken during homing, and these can then be limited by extra logic in the homing function.