Constructor for a PCA9534 (or similar) GPIO Expander.
            
Namespace: IO.Devices.PCA9534Assembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic Device(
	Bus bus,
	int addr,
	byte config = 255,
	byte states = 0
)
Parameters
- bus  Bus
 - I2C bus controller.
 - addr  Int32
 - I2C slave address.
 - config  Byte  (Optional)
 - GPIO pin configuration.
 - states  Byte  (Optional)
 - Initial output states.
 
See Also