FabGL
ESP32 Display Controller and Graphics Library
|
|
inline |
Gets status of input pins of specified port.
port | Port to get input pins (MCP_PORTA or MCP_PORTB) |
hwAddr | Optional hardware device address |
Example:
// read input pins of port A uint8_t portA = io.readPort(MCP_PORTA);
Definition at line 386 of file MCP23S17.h.