1
2
3
4
©2017 The LEGO Group.
11
Program with WeDo 2.0
Description of output motor blocks
Motor This Way Block
Sets the motor to turn the axle in the
direction shown and starts the motor.
Tap on the block to quickly change the
direction of the rotation.
Pseudocode: Start motor this way
Motor That Way Block
Sets the motor to turn the axle in the
direction shown and starts the motor.
Tap on the block to quickly change the
direction of the rotation.
Pseudocode: Start motor that way
Motor Power Block
Sets the motor power to the specified
level and starts the motor. The level can
be set with a numeric input from 0 to 10.
Pseudocode: Start motor at power 8
Motor on for Block
Starts the motor for a chosen amount of
time specified in seconds. The amount
of time can be set with a numeric input,
using whole or decimal numbers.
Pseudocode: Start motor for 1 second