arduino-libraries / Stepper

Stepper Library for Arduino
http://arduino.cc/
105 stars 114 forks source link

Small notation error in comment. #31

Closed Lyoko2696 closed 2 years ago

Lyoko2696 commented 2 years ago

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!

per1234 commented 2 years ago

Thanks @Lyoko2696. Please submit a pull request for the correction and I'll be sure to accept it.