Constructor for a chain of one or more SN74HC595 shift registers.
Namespace: IO.Devices.SN74HC595Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax 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