HMC5883 Compass icon HMC5883 Compass Reads HMC5883 3-axis compass via I2C and updates EZ-Script variables on demand; polled control offers periodic heading data, for connected sensors. Try it →
 

Right

Movement.right([speed], [timeOut])

Parameters

speed (optional) Speed to move at.
timeOut (optional) Duration to move right for in milliseconds.

Returns

Nothing

Description

Moves the robot right using the project's Movement Panel skill. The speed can be specified by providing speed as a value between 0 and 255. If timeOut is provided the robot will move right for timeOut milliseconds. Otherwise it will continue to move right until a different Movement function is called.