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 1:6054a5d05fb3, committed 2019-01-10
- Comitter:
- Akito914
- Date:
- Thu Jan 10 12:55:31 2019 +0000
- Parent:
- 0:f270cfef9a60
- Commit message:
- Sleep and Fault pins can be omitted.
Changed in this revision
STM_seq.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r f270cfef9a60 -r 6054a5d05fb3 STM_seq.h --- a/STM_seq.h Thu Jan 10 08:01:00 2019 +0000 +++ b/STM_seq.h Thu Jan 10 12:55:31 2019 +0000 @@ -9,7 +9,7 @@ public: - stepMotor(PinName pinName_CLK , PinName pinName_DIR , PinName pinName_Sleep , PinName pinName_Fault); + stepMotor(PinName pinName_CLK , PinName pinName_DIR , PinName pinName_Sleep = NC , PinName pinName_Fault = NC); ~stepMotor();