Constructor for a PCA8574 (or similar) GPIO Expander.
Namespace: IO.Devices.PCA8574Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public Device(
Bus bus,
int addr,
byte states = 255
)
Parameters
- bus Bus
- I2C bus controller.
- addr Int32
- I2C slave address.
- states Byte (Optional)
- Initial output states.
See Also