renaming 'set speed' to 'run' (#327)
This commit is contained in:
@ -7,7 +7,7 @@ forever(function () {
|
||||
pause(50)
|
||||
}
|
||||
})
|
||||
motors.largeBC.setSpeed(-20);
|
||||
motors.largeBC.run(-20);
|
||||
sensors.ultrasonic4.pauseUntil(UltrasonicSensorEvent.ObjectNear);
|
||||
motors.largeBC.stop();
|
||||
```
|
||||
|
Reference in New Issue
Block a user