Sn74hc595PinMapping Struct

Definition

Represents pin mapping for the Sn74hc595 binding. Requires specifying at least three pins (serial data in, data clock, and latch). The other two pins (output enable and shift register clear) should either be specified or separately wired.

public struct Sn74hc595PinMapping
type Sn74hc595PinMapping = struct
Public Structure Sn74hc595PinMapping
Inheritance
Sn74hc595PinMapping

Constructors

Sn74hc595PinMapping(Int32, Int32, Int32, Int32, Int32)

Properties

Complete

Standard pin bindings for the Sn74hc595.

Minimal

Minimal pin bindings for the Sn74hc595. Output enable should be wired to ground when using Minimal mapping. Shift register clear should be wired high when using Minimal mapping.

OE

OE (output enable) pin number.

RClk

RCLK (latch) pin number.

Ser

SER (data) pin number.

SrClk

SRCLK (shift) pin number.

SrClr

SRCLR (clear register) pin number.

Applies to