GyroValues Class

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

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
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