Table of Contents

Class Pca8575

Namespace
Iot.Device.Pcx857x
Assembly
Iot.Device.Pcx857x.dll

Remote 16-bit I/O expander for I2C-bus with interrupt.

public class Pca8575 : Pcx8575
Inheritance
GpioDriver
Pca8575
Inherited Members

Remarks

Fast mode I2C variant of the Pcf8575.

Constructors

Pca8575(I2cDevice, int, GpioController, bool)

Initializes a new instance of the Pca8575 device.

public Pca8575(I2cDevice device, int interrupt = -1, GpioController gpioController = null, bool shouldDispose = true)

Parameters

device I2cDevice

The I2C device.

interrupt int

The interrupt pin number, if present.

gpioController GpioController

The GPIO controller for the interrupt. If not specified, the default controller will be used.

shouldDispose bool

True to dispose the Gpio Controller