Open marron9999 opened 5 years ago
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(); } } }); }
interrupt0 is called when pin is PIN_3_INT1