MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / gpio_isr_handler

Function gpio_isr_handler

boards/m5stack-cardputer/interface.cpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92volatile bool kb_interrupt = false;
93void IRAM_ATTR gpio_isr_handler(void *arg) { kb_interrupt = true; }
94void _post_setup_gpio() {
95 // Initialize TCA8418 I2C keyboard controller
96 launcherConsolePrintf("%s\n", String("DEBUG: Cardputer ADV - Initializing TCA8418 keyboard").c_str());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected