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

Function isr53

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

Source from the content-addressed store, hash-verified

920 #endif
921 #ifdef CORE_INT53_PIN
922 static ENCODER_ISR_ATTR void isr53(void) { update(interruptArgs[53]); }
923 #endif
924 #ifdef CORE_INT54_PIN
925 static ENCODER_ISR_ATTR void isr54(void) { update(interruptArgs[54]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected