MPU6050 Accelerometer Gyro Temperature icon MPU6050 Accelerometer Gyro Temperature Reads MPU6050 gyro, accelerometer and temperature via I2C, initializes and returns data on-demand to EZ-Script variables using ControlCommand RunOnce Try it →
 

Up

Movement.up([timeOut])

Parameters

timeOut (optional) Duration to move up for in milliseconds.

Returns

Nothing

Description

Moves the robot up using the project's Movement Panel skill. The Movement Panel skill must have the capability to move the robot up. If timeOut is provided the robot will move up for timeOut milliseconds. Otherwise it will continue to move up until a different Movement function is called.