Table of Contents

Enum LedState

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

Specifies the LEDs state.

[Flags]
public enum LedState : byte

Fields

None = 0
Led0On = 1
Led1On = 2
Led0Off = 4
Led1Off = 8