Hi!
It's nothing serious but I got a little distracted in my work rechecking how micro() worked because of it.
So just to let you know that in line 105 in "Stepper.h", the comment says "// delay between steps, in ms, based on speed".
"ms" is short for millisecond, the correct abbreviation for microsecond is "µs" or for easier typing "us".
Hi! It's nothing serious but I got a little distracted in my work rechecking how micro() worked because of it.
So just to let you know that in line 105 in "Stepper.h", the comment says "// delay between steps, in ms, based on speed". "ms" is short for millisecond, the correct abbreviation for microsecond is "µs" or for easier typing "us".
Reference: https://simple.wikipedia.org/wiki/Second
Thank you for your time!