This class represents a Phidget LED. All methods to control a Phidget LED are implemented in this class.

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

Syntax

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

Remarks

The Phidget LED is a board that is meant for driving LEDs. Currently, the only available version drives 64 LEDs, but other versions may become available so this number is not absolute.

LEDs can be controlled individually, at brightness levels from 0-100.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.Phidget
    Phidgets..::.LED

See Also