2022_gorobo_Ateam / Mbed 2 deprecated beenbag_shoot_highspeed

Dependencies:   mbed MOTOR

Files at this revision

API Documentation at this revision

Comitter:
gennnisi
Date:
Sat Apr 02 06:48:29 2022 +0000
Parent:
24:deda85e681a2
Commit message:
4/2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Mar 31 09:47:36 2022 +0000
+++ b/main.cpp	Sat Apr 02 06:48:29 2022 +0000
@@ -90,6 +90,7 @@
             wait(0.1);
         }   
         motor_shoot.output(0);
+        shoot_phase = 0;
         return true; 
     }  
 }