ArduinoCore-API icon indicating copy to clipboard operation
ArduinoCore-API copied to clipboard

Prevent wakeup on ext int

Open Reneg973 opened this issue 3 years ago • 0 comments

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);

Reneg973 avatar Apr 10 '21 10:04 Reneg973