|
FabGL
ESP32 Display Controller and Graphics Library
|
| void disableInterrupt | ( | int | gpio, |
| uint8_t | hwAddr = 0 |
||
| ) |
Disables any interrupt on the specified pin.
| gpio | Input pin to disable interrupt (MCP_A0...MCP_A7 and MCP_B0...MCP_B7) |
| hwAddr | Optional hardware device address |
Example:
io.disableInterrupt(MCP_A2);
Definition at line 305 of file MCP23S17.cpp.