This class represents a Phidget servo Controller. All methods to control a Servo Controller are implemented in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class Servo : Phidget
Visual Basic (Declaration)
Public Class Servo _
	Inherits Phidget
Visual C++
public ref class Servo : public Phidget

Remarks

The Phidget Sevo controller simply outputs varying widths of PWM, which is what most servo motors take as an input driving signal.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.Servo

See Also