ShiftRegisterPinMapping Struct

Definition

Represents pin mappings for the ShiftRegister binding. Requires specifying 3 pins (serial data in, data clock, and latch). Can specify output enable pin (otherwise, wire to ground).

public struct ShiftRegisterPinMapping
type ShiftRegisterPinMapping = struct
Public Structure ShiftRegisterPinMapping
Inheritance
ShiftRegisterPinMapping

Constructors

ShiftRegisterPinMapping(Int32, Int32, Int32, Int32)

Properties

Clock

Storage register clock pin.

Complete

Complete pin bindings for ShiftRegister.

LatchEnable

Shift register clock pin.

Minimal

Minimal pin bindings for ShiftRegister. Output enable should be wired to ground when using Minimal mapping.

OutputEnable

Output enable pin.

SerialDataInput

Serial data in pin.

Applies to