Click or drag to resize

DeviceSetBit Method

Set a single bit in the shift register chain.

Namespace: IO.Devices.SN74HC595
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public void SetBit(
	int index,
	byte mask
)

Parameters

index  Int32
Shift register stage number. Zero indicates the first register stage.
mask  Byte
Shift register bit mask.
See Also