Show / Hide Table of Contents

Interface IAccelerometer

Namespace: Hal.Natives
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface IAccelerometer

Methods

| Improve this Doc View Source

HAL_GetAccelerometerX()

Declaration
double HAL_GetAccelerometerX()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetAccelerometerY()

Declaration
double HAL_GetAccelerometerY()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetAccelerometerZ()

Declaration
double HAL_GetAccelerometerZ()
Returns
Type Description
Double
| Improve this Doc View Source

HAL_SetAccelerometerActive(Int32)

Declaration
void HAL_SetAccelerometerActive(int active)
Parameters
Type Name Description
Int32 active
| Improve this Doc View Source

HAL_SetAccelerometerRange(AccelerometerRange)

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