luni64 / TeensyStep4

MIT License
17 stars 15 forks source link

Bufixes - Potential fix for issue #8 and issue #4 #12

Closed cbradburne closed 1 year ago

cbradburne commented 1 year ago

Max acceleration = ( vMax * vMax ) /2 Acceleration faster than this gives an incorrect vMax.

cbradburne commented 1 year ago

For issue #4 - 'stop()' not working. Copied part of original teensyStep to fix 'stop()'.

luni64 commented 1 year ago

Sorry for the late reply, I'll pull that in in a minute