Show / Hide Table of Contents

Interface ISpeedController

Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public interface ISpeedController

Properties

| Improve this Doc View Source

Inverted

Declaration
bool Inverted { get; set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

Disable()

Declaration
void Disable()
| Improve this Doc View Source

Get()

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

Set(Double)

Declaration
void Set(double speed)
Parameters
Type Name Description
Double speed
| Improve this Doc View Source

StopMotor()

Declaration
void StopMotor()

Extension Methods

SpeedControllerExtensions.SetVoltage(ISpeedController, ElectricPotential)
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet