Skip to content

You should clear flags after disabling interrupts #7

@glyndavidson

Description

@glyndavidson

In the example files which show how to use interrupts, this line of code

rtc.disableAllInterrupts();

Should really be immediately followed by

rtc.clearAllInterruptFlags();

Just in case an interrupt occurred whilst things were being disabled.

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

    Issue actions