PSL_2021 / dribble

Files at this revision

API Documentation at this revision

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