Class GyroBase
Assembly: WPILibSharp.dll
Syntax
public abstract class GyroBase : IGyro, IDisposable, ISendable
Properties
|
Improve this Doc
View Source
Angle
Declaration
public abstract Angle Angle { get; }
Property Value
Type |
Description |
UnitsNet.Angle |
|
|
Improve this Doc
View Source
Rate
Declaration
public abstract RotationalSpeed Rate { get; }
Property Value
Type |
Description |
UnitsNet.RotationalSpeed |
|
Methods
|
Improve this Doc
View Source
Calibrate()
Declaration
public abstract void Calibrate()
|
Improve this Doc
View Source
Dispose()
Declaration
public abstract void Dispose()
|
Improve this Doc
View Source
Reset()
Declaration
public abstract void Reset()
Explicit Interface Implementations
|
Improve this Doc
View Source
ISendable.InitSendable(ISendableBuilder)
Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Implements