Open GoogleCodeExporter opened 9 years ago
I like the idea, however, your motorOff() functions only works for a 4 wire
stepper. When using the library with a 2 wire stepper you'll either throw up an
error or just jam the motor into step "case 3" and have the same over-heating
problem. You should throw in a if (this->pin_count == 4) before toggling all
the pins low. Unfortunately, the only way to power down a two wire stepper is
pull the enable (PWM) pins low, and the library doesn't have access to those as
it is setup.
Original comment by eugene.k...@gmail.com
on 26 Nov 2013 at 1:33
Original issue reported on code.google.com by
Matttron...@gmail.com
on 19 Nov 2009 at 12:38Attachments: