Class AnalogGyro
Assembly: WPILibSharp.dll
Syntax
public class AnalogGyro : GyroBase, IGyro, IDisposable, ISendable
Constructors
|
Improve this Doc
View Source
AnalogGyro(Int32, Int32, Double)
Declaration
public AnalogGyro(int channel, int center = 0, double offset = 0)
Parameters
|
Improve this Doc
View Source
Declaration
public AnalogGyro(AnalogInput input, int center = 0, double offset = 0)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
protected readonly AnalogInput m_analogInput
Field Value
Properties
|
Improve this Doc
View Source
Angle
Declaration
public override Angle Angle { get; }
Property Value
Type |
Description |
UnitsNet.Angle |
|
Overrides
|
Improve this Doc
View Source
Center
Declaration
public int Center { get; }
Property Value
|
Improve this Doc
View Source
Deadband
Declaration
public ElectricPotential Deadband { set; }
Property Value
Type |
Description |
UnitsNet.ElectricPotential |
|
|
Improve this Doc
View Source
Offset
Declaration
public double Offset { get; }
Property Value
|
Improve this Doc
View Source
Rate
Declaration
public override RotationalSpeed Rate { get; }
Property Value
Type |
Description |
UnitsNet.RotationalSpeed |
|
Overrides
|
Improve this Doc
View Source
Sensitivity
Declaration
public double Sensitivity { set; }
Property Value
Methods
|
Improve this Doc
View Source
Calibrate()
Declaration
public override void Calibrate()
Overrides
|
Improve this Doc
View Source
Dispose()
Declaration
public override void Dispose()
Overrides
|
Improve this Doc
View Source
Reset()
Declaration
public override void Reset()
Overrides
Implements