MCPcopy Create free account
hub / github.com/PaulStoffregen/Encoder / isr0

Function isr0

Encoder.h:763–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761#if defined(ENCODER_USE_INTERRUPTS) && !defined(ENCODER_OPTIMIZE_INTERRUPTS)
762 #ifdef CORE_INT0_PIN
763 static ENCODER_ISR_ATTR void isr0(void) { update(interruptArgs[0]); }
764 #endif
765 #ifdef CORE_INT1_PIN
766 static ENCODER_ISR_ATTR void isr1(void) { update(interruptArgs[1]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected