theelims / StrokeEngine

A library to create a variety of stroking motions with a stepper or servo motor on an ESP32.
MIT License
30 stars 13 forks source link

Fix initial position bug with vibrating patterns #11

Closed fickleforms closed 1 year ago

fickleforms commented 1 year ago

This fixes the JackHammer and StrokeNibbler bug where they moved very fast in the wrong direction at the start.

theelims commented 1 year ago

This will break the immediate pattern update functionality. Should be fixed in function setPattern() instead.