Class BuiltInAccelerometer
Inheritance
BuiltInAccelerometer
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
Properties
|
Improve this Doc
View Source
Range
Declaration
public AccelerometerRange Range { set; }
Property Value
|
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
Explicit Interface Implementations
|
Improve this Doc
View Source
ISendable.InitSendable(ISendableBuilder)
Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Implements