Skip to content

Prevent wakeup on ext int #145

Open
Open
@Reneg973

Description

@Reneg973

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Reneg973

        Issue actions

          Prevent wakeup on ext int · Issue #145 · arduino/ArduinoCore-API