ServoSetSpeed Method
Sets the speed with which the servo moves to a specified position. The actual speed and range of speed
will depend on the type of servo used. By default the servo is set to move at maximum speed.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public void SetSpeed(
int speedStep
)
Public Sub SetSpeed (
speedStep As Integer
)
member SetSpeed :
speedStep : int -> unit
Parameters
- speedStep Int32
- A value starting from 1 (slowest) to 50 (fastest) that correlates with servo speed.