Class MCP23xxx

All Implemented Interfaces:
DeviceEventConsumer<DigitalInputEvent>, GpioExpander, DeviceFactoryInterface, GpioDeviceFactoryInterface, PwmOutputDeviceFactoryInterface, Closeable, AutoCloseable, Consumer<DigitalInputEvent>
Direct Known Subclasses:
MCP23x08, MCP23x17

public abstract class MCP23xxx
extends AbstractDeviceFactory
implements GpioDeviceFactoryInterface, PwmOutputDeviceFactoryInterface, DeviceEventConsumer<DigitalInputEvent>, GpioExpander
Support for both MCP23008 and MCP23017 GPIO expansion boards.