FabGL
ESP32 Display Controller and Graphics Library
|
|
inline |
Enables/disables port pull-ups.
port | Port to set pull-ups (MCP_PORTA or MCP_PORTB) |
value | Pull-ups mask (1 = pull-up enabled) |
hwAddr | Optional hardware device address |
Example:
// enable pull-up for pin A7 io.enablePortPullUp(MCP_PORTA, 0b10000000);
Definition at line 347 of file MCP23S17.h.