Interface ISpeedController
Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public interface ISpeedController
Properties
| Improve this Doc View SourceInverted
Declaration
bool Inverted { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
| Improve this Doc View SourceDisable()
Declaration
void Disable()
Get()
Declaration
double Get()
Returns
Type | Description |
---|---|
Double |
Set(Double)
Declaration
void Set(double speed)
Parameters
Type | Name | Description |
---|---|---|
Double | speed |
StopMotor()
Declaration
void StopMotor()