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

Function isr57

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

Source from the content-addressed store, hash-verified

932 #endif
933 #ifdef CORE_INT57_PIN
934 static ENCODER_ISR_ATTR void isr57(void) { update(interruptArgs[57]); }
935 #endif
936 #ifdef CORE_INT58_PIN
937 static ENCODER_ISR_ATTR void isr58(void) { update(interruptArgs[58]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected