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

Function isr20

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

Source from the content-addressed store, hash-verified

821 #endif
822 #ifdef CORE_INT20_PIN
823 static ENCODER_ISR_ATTR void isr20(void) { update(interruptArgs[20]); }
824 #endif
825 #ifdef CORE_INT21_PIN
826 static ENCODER_ISR_ATTR void isr21(void) { update(interruptArgs[21]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected