Show / Hide Table of Contents

Interface IGyro

Inherited Members
IDisposable.Dispose()
Namespace: WPILib.Interfaces
Assembly: WPILibSharp.dll
Syntax
public interface IGyro : IDisposable

Properties

| Improve this Doc View Source

Angle

Declaration
Angle Angle { get; }
Property Value
Type Description
UnitsNet.Angle
| Improve this Doc View Source

Rate

Declaration
RotationalSpeed Rate { get; }
Property Value
Type Description
UnitsNet.RotationalSpeed

Methods

| Improve this Doc View Source

Calibrate()

Declaration
void Calibrate()
| Improve this Doc View Source

Reset()

Declaration
void Reset()
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet