GyroValues Class
Holds the most recent gyrometer values for the X, Y and Z axis.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
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.
|