Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:05586e7efd2b, committed 2018-01-10
- Comitter:
- tbjazic
- Date:
- Wed Jan 10 14:27:32 2018 +0000
- Parent:
- 2:70f593d34039
- Commit message:
- setSpeedSPS docs @param corrected.
Changed in this revision
| StepperDriver.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/StepperDriver.h Fri Dec 02 15:56:53 2016 +0000
+++ b/StepperDriver.h Wed Jan 10 14:27:32 2018 +0000
@@ -56,7 +56,7 @@
void setSpeedRPS(float speedRPS);
/** Set the speed in steps per second.
- * @param speedSPS Motor speed in rpm (revolutions per minute).
+ * @param speedSPS Motor speed in steps per second.
*/
void setSpeedSPS(float speedSPS);