Interface IGyro
Inherited Members
Namespace: WPILib.Interfaces
Assembly: WPILibSharp.dll
Syntax
public interface IGyro : IDisposable
Properties
| Improve this Doc View SourceAngle
Declaration
Angle Angle { get; }
Property Value
| Type | Description |
|---|---|
| UnitsNet.Angle |
Rate
Declaration
RotationalSpeed Rate { get; }
Property Value
| Type | Description |
|---|---|
| UnitsNet.RotationalSpeed |
Methods
| Improve this Doc View SourceCalibrate()
Declaration
void Calibrate()
Reset()
Declaration
void Reset()