Latest
This commit is contained in:
@@ -278,11 +278,11 @@ void phaseTwo() {
|
||||
void phaseThree() {
|
||||
|
||||
slideRight(150);
|
||||
delay(800); // Slide right for 800 miliseconds
|
||||
delay(900); // Slide right for 800 miliseconds
|
||||
motorsStop();
|
||||
delay(200); // Very small delay between turning and going, optional
|
||||
motorsGo(-100);
|
||||
delay(1450); // Go back towards the pin
|
||||
delay(1450); // Go back towards the pin for 1450 miliseconds
|
||||
motorsStop();
|
||||
delay(200); // Very small delay between turning and going, optional
|
||||
Go45right();
|
||||
|
||||
Reference in New Issue
Block a user