Show / Hide Table of Contents

Class AnalogAccelerometer

Inheritance
Object
AnalogAccelerometer
Implements
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 AnalogAccelerometer : ISendable, IDisposable

Constructors

| Improve this Doc View Source

AnalogAccelerometer(Int32)

Declaration
public AnalogAccelerometer(int channel)
Parameters
Type Name Description
Int32 channel
| Improve this Doc View Source

AnalogAccelerometer(AnalogInput)

Declaration
public AnalogAccelerometer(AnalogInput analogInput)
Parameters
Type Name Description
AnalogInput analogInput

Properties

| Improve this Doc View Source

Acceleration

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

Sensitivity

Declaration
public double Sensitivity { set; }
Property Value
Type Description
Double
| Improve this Doc View Source

Zero

Declaration
public ElectricPotential Zero { set; }
Property Value
Type Description
UnitsNet.ElectricPotential

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

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