FabGL
ESP32 Display Controller and Graphics Library
|
|
inline |
Sets status of output pins of combined port A and B.
value | Output pins status mask. Low 8 bit assigned to port A, higher 8 bits assigned to port B |
hwAddr | Optional hardware device address |
Example:
// set B7 and A0 to high io.writePort16(0x8001);
Definition at line 399 of file MCP23S17.h.