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