ServoConfigSetSpeedLimit Method
Sets the maximum speed of the servos.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
public void SetSpeedLimit(
int maxSpeed,
params Servo[] servo
)
Public Sub SetSpeedLimit (
maxSpeed As Integer,
ParamArray servo As Servo()
)
member SetSpeedLimit :
maxSpeed : int *
servo : Servo[] -> unit
Parameters
- maxSpeed Int32
- Maximum speed of the servo whose value is between 1 and 10 inclusive.
- servo Servo
- The servo that will be affected.