Show / Hide Table of Contents

Class BuiltInAccelerometer

Inheritance
Object
BuiltInAccelerometer
Implements
IAccelerometer
ISendable
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public class BuiltInAccelerometer : IAccelerometer, ISendable, IDisposable

Constructors

| Improve this Doc View Source

BuiltInAccelerometer(AccelerometerRange)

Declaration
public BuiltInAccelerometer(AccelerometerRange range = AccelerometerRange.k8G)
Parameters
Type Name Description
AccelerometerRange range

Properties

| Improve this Doc View Source

Range

Declaration
public AccelerometerRange Range { set; }
Property Value
Type Description
AccelerometerRange
| Improve this Doc View Source

X

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

Y

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

Z

Declaration
public Acceleration Z { get; }
Property Value
Type Description
UnitsNet.Acceleration

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Explicit Interface Implementations

| Improve this Doc View Source

ISendable.InitSendable(ISendableBuilder)

Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Type Name Description
ISendableBuilder builder

Implements

IAccelerometer
ISendable
IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet