Skip to content

Interrupts not working #3

@int-red

Description

@int-red

When setting up a interrupt on a input with
GPIO.add_event_detect(13, GPIO.FALLING, callback=Interrupt1, bouncetime = 200)
the callback function never gets called.
When polling the input with GPIO.input(13) I can indeed verify that the input changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions