GyroValues Class
Holds the most recent gyrometer values for the X, Y and Z axis.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
public sealed class GyroValues
Public NotInheritable Class GyroValues
[<SealedAttribute>]
type GyroValues = class end
- Inheritance
- Object GyroValues
| GyroValues | Initializes a new instance of the GyroValues class |
| X |
Gets gyrometer X axis value.
|
| Y |
Gets gyrometer Y axis value.
|
| Z |
Gets gyrometer Z axis value.
|
| 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.
|