GyroValues Class

Holds the most recent gyrometer values for the X, Y and Z axis.

Definition

Namespace: RoboTx.Api
Assembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
C#
public sealed class GyroValues
Inheritance
Object    GyroValues

Constructors

GyroValuesInitializes a new instance of the GyroValues class

Properties

X Gets gyrometer X axis value.
Y Gets gyrometer Y axis value.
Z Gets gyrometer Z axis value.

Methods

Deconstruct Unpacks X,Y and Z axis of gyrometer tuple.
UseConverter Registers a function to convert raw gyrometer sensor values to either calibrated values and or a different scale.

See Also