Show / Hide Table of Contents

Class Accelerometer

Inheritance
Object
Accelerometer
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(IAccelerometer))]
public static class Accelerometer

Methods

| Improve this Doc View Source

GetX()

Declaration
public static double GetX()
Returns
Type Description
Double
| Improve this Doc View Source

GetY()

Declaration
public static double GetY()
Returns
Type Description
Double
| Improve this Doc View Source

GetZ()

Declaration
public static double GetZ()
Returns
Type Description
Double
| Improve this Doc View Source

SetActive(Boolean)

Declaration
public static void SetActive(bool active)
Parameters
Type Name Description
Boolean active
| Improve this Doc View Source

SetRange(AccelerometerRange)

Declaration
public static void SetRange(AccelerometerRange range)
Parameters
Type Name Description
AccelerometerRange range
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet