LedPattern EnumerationLEGO Mindstorms EV3 API Documentation
For more information, please see the OnlineCodePlex project page and the OnlineGetting Started guide.

Pattern to light up the EV3 brick's LED

Namespace: Lego.Ev3.Core
Assembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum LedPattern
Members

  Member nameValueDescription
Black0 LED off
Green1 Solid green
Red2 Solid red
Orange3 Solid orange
GreenFlash4 Flashing green
RedFlash5 Flashing red
OrangeFlash6 Flashing orange
GreenPulse7 Pulsing green
RedPulse8 Pulsing red
OrangePulse9 Pulsing orange
See Also