void PCF8574::disableInterrupt() { /* Detach interrupt handler */ PCdetachInterrupt(_pcintPin); }
void KEYS::disableInterrupt() { PCdetachInterrupt(_pcintPin); }
void PCF8574::disableInterrupt(){ PCdetachInterrupt(PCFIntPin); }