Class PWMSpeedController
Inheritance
PWMSpeedController
Assembly: WPILibSharp.dll
Syntax
public abstract class PWMSpeedController : PWM, IDisposable, ISpeedController, ISendable
Constructors
|
Improve this Doc
View Source
PWMSpeedController(Int32)
Declaration
protected PWMSpeedController(int channel)
Parameters
Type |
Name |
Description |
Int32 |
channel |
|
Properties
|
Improve this Doc
View Source
Description
Declaration
public override string Description { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Inverted
Declaration
public bool Inverted { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Disable()
Declaration
|
Improve this Doc
View Source
Get()
Declaration
Returns
|
Improve this Doc
View Source
Set(Double)
Declaration
public void Set(double speed)
Parameters
Type |
Name |
Description |
Double |
speed |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
ISendable.InitSendable(ISendableBuilder)
Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Implements
Extension Methods