FabGL
ESP32 Display Controller and Graphics Library
|
|
inline |
Sets status of output pins of specified port.
port | Port to set output pins (MCP_PORTA or MCP_PORTB) |
value | Output pins status mask (1 = high, 0 = low) |
hwAddr | Optional hardware device address |
Example:
// set A2 and A3 to high io.writePort(MCP_PORTA, 0b00001100);
Definition at line 371 of file MCP23S17.h.