Interface IAccelerometer
Namespace: WPILib.Interfaces
Assembly: WPILibSharp.dll
Syntax
public interface IAccelerometer
Properties
| Improve this Doc View SourceRange
Declaration
AccelerometerRange Range { set; }
Property Value
Type | Description |
---|---|
AccelerometerRange |
X
Declaration
Acceleration X { get; }
Property Value
Type | Description |
---|---|
UnitsNet.Acceleration |
Y
Declaration
Acceleration Y { get; }
Property Value
Type | Description |
---|---|
UnitsNet.Acceleration |
Z
Declaration
Acceleration Z { get; }
Property Value
Type | Description |
---|---|
UnitsNet.Acceleration |