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