Class Pca8574
Remote 8-bit I/O expander for I2C-bus with interrupt.
public class Pca8574 : Pcx8574
- Inheritance
-
GpioDriverPca8574
- Inherited Members
Remarks
Fast mode I2C variant of the Pcf8574.
Constructors
Pca8574(I2cDevice, int, GpioController, bool)
Initializes a new instance of the Pca8574 device.
public Pca8574(I2cDevice device, int interrupt = -1, GpioController gpioController = null, bool shouldDispose = true)
Parameters
device
I2cDeviceThe I2C device.
interrupt
intThe interrupt pin number, if present.
gpioController
GpioControllerThe GPIO controller for the
interrupt
. If not specified, the default controller will be used.shouldDispose
boolTrue to dispose the Gpio Controller