ArduinoCore-API
ArduinoCore-API copied to clipboard
Prevent wakeup on ext int
I know that it is possible to remove the explicitly set wakeup flag manually. Anyway it would be better to not set it at all if not required.
Possibly:
void attachInterrupt(pin_size_t pin, voidFuncPtr callback, PinStatus mode, bool wakeUp=true);