nhaulrik created page: Lab7 authored by Nikolaj Cilleborg Haulrik's avatar Nikolaj Cilleborg Haulrik
...@@ -88,7 +88,6 @@ if ( leftDistance < stopThreshold && rightDistance < stopThreshold && frontDista ...@@ -88,7 +88,6 @@ if ( leftDistance < stopThreshold && rightDistance < stopThreshold && frontDista
Delay.msDelay(ms); Delay.msDelay(ms);
// Turn 180 degrees // Turn 180 degrees
```
car.forward(power, 0); car.forward(power, 0);
Delay.msDelay(2000); Delay.msDelay(2000);
car.backward(0, power); car.backward(0, power);
... ...
......