ServoMotor.WritePulseWidth(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a pulse width to the servo motor.
public void WritePulseWidth (int microseconds);
member this.WritePulseWidth : int -> unit
Public Sub WritePulseWidth (microseconds As Integer)
Parameters
- microseconds
- Int32
The pulse width, in microseconds, to write to the servo motor.