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

Function isr21

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

Source from the content-addressed store, hash-verified

824 #endif
825 #ifdef CORE_INT21_PIN
826 static ENCODER_ISR_ATTR void isr21(void) { update(interruptArgs[21]); }
827 #endif
828 #ifdef CORE_INT22_PIN
829 static ENCODER_ISR_ATTR void isr22(void) { update(interruptArgs[22]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected