Skip to content

interrupt0 is called when pin is PIN_3_INT1 #81

@marron9999

Description

@marron9999

interrupt0 is called when pin is PIN_3_INT1

 } else if (interrupt == InterruptPin.PIN_3_INT1) {
        interruptRoutineExecutor.submit(new Runnable() {
            public void run() {
				try {
					interrupt0();
				} catch (InvalidPinTypeException e) {
					e.printStackTrace();
				}
            }
        });
    }

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