A component that provides a high-level interface to a gyro sensor on a LEGO MINDSTORMS EV3 robot.
The BluetoothClient component that should be used for communication. Must be set in the Designer
The sensor port that the sensor is connected to. Must be set in the Designer
The sensor mode can be a text constant of either "rate" or "angle", which correspond to SetAngleMode or SetRateMode respectively.
Whether the SensorValueChanged event should fire when the sensor value changed.
Returns the current angle or rotation speed based on current mode, or -1 if the value cannot be read from sensor.
Measures the orientation of the sensor.
Measures the angular velocity of the sensor.