Click or drag to resize

Device Constructor

Constructor for a chain of one or more SN74HC595 shift registers.

Namespace: IO.Devices.SN74HC595
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Device(
	Device dev,
	int stages = 1,
	byte[] initialstate = null
)

Parameters

dev  Device
SPI device object.
stages  Int32  (Optional)
Number of stages in the chain.
initialstate  Byte  (Optional)
Initial shift register chain state.
See Also