Clear a single bit in the shift register chain.
Namespace: IO.Devices.SN74HC595Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public void ClrBit(
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