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: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+2fa4249a9eb2bae6a5092a98b9ebf36d639ce1b7
public void SetSpeed(
int speed
)
Public Sub SetSpeed (
speed As Integer
)
member SetSpeed :
speed : int -> unit
Parameters
- speed Int32
- A value starting from 1 (slowest) to 10 (fastest) that correlates with servo speed.