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 32:0fc1a21949f7, committed 2022-05-13
- Comitter:
- lorenzodunau
- Date:
- Fri May 13 08:01:33 2022 +0000
- Parent:
- 31:61f9fca504dd
- Commit message:
- k
Changed in this revision
DRIBBLE.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/DRIBBLE.cpp Fri May 13 06:26:53 2022 +0000 +++ b/DRIBBLE.cpp Fri May 13 08:01:33 2022 +0000 @@ -26,9 +26,5 @@ void dribbleur::SetSpeedSmooth() { - int i; - for (i=0;i<=30;i=i+1){ - SetSpeed(i); - thread_sleep_for(100); - }; + }; \ No newline at end of file