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.
Diff: DRIBBLE.cpp
- Revision:
- 32:0fc1a21949f7
- Parent:
- 31:61f9fca504dd
--- 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