Table of Contents

Enum DigitalOutputs

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

Specifies the state of port digital output lines.

[Flags]
public enum DigitalOutputs : byte

Fields

None = 0
DO0Set = 1
DO1Set = 2
DO0Clear = 4
DO1Clear = 8