Open GoogleCodeExporter opened 9 years ago
In particular, tone(13, 0) does not work! It makes driving stepper motors
unnecessarily complicated since you have to use:
if (desiredSpeed == 0)
noTone(PIN_PULSE);
else
tone(PIN_PULSE, desiredSpeed);
Which is kind of stupid.
AT THE VERY LEAST THE USELESS DOCUMENTATION SHOULD SAY THIS!!
Original comment by tdh...@gmail.com
on 13 Nov 2013 at 10:05
Original issue reported on code.google.com by
adrianra...@gmail.com
on 10 Jun 2011 at 2:31