Interface GpioExpander

All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable
All Known Implementing Classes:
MCP23008, MCP23017, MCP23S17, MCP23x08, MCP23x17, MCP23xxx, PCF8574

public interface GpioExpander
extends java.io.Closeable
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void setDirections​(int port, byte directions)  
    void setValues​(int port, byte values)  
  • Method Details