Changes
Page history
nhaulrik created page: Lab7
authored
Apr 17, 2015
by
Nikolaj Cilleborg Haulrik
Show whitespace changes
Inline
Side-by-side
Lab7.markdown
View page @
dad2cfaf
...
...
@@ -88,7 +88,6 @@ if ( leftDistance < stopThreshold && rightDistance < stopThreshold && frontDista
Delay.msDelay(ms);
// Turn 180 degrees
```
car.forward(power, 0);
Delay.msDelay(2000);
car.backward(0, power);
...
...
...
...