Table of Contents

Struct CharlieplexSegmentNode

Namespace
Iot.Device.Multiplexing
Assembly
Iot.Device.Charlieplex.dll

Represents a node in a Charlieplexed circuit. https://wikipedia.org/wiki/Charlieplexing

public struct CharlieplexSegmentNode

Fields

Anode

Anode leg (power) for a device/load

public int Anode

Field Value

int

Cathode

Cathode leg (ground) for a device/load

public int Cathode

Field Value

int

Value

Value of node

public PinValue Value

Field Value

PinValue