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

Function isr50

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

Source from the content-addressed store, hash-verified

911 #endif
912 #ifdef CORE_INT50_PIN
913 static ENCODER_ISR_ATTR void isr50(void) { update(interruptArgs[50]); }
914 #endif
915 #ifdef CORE_INT51_PIN
916 static ENCODER_ISR_ATTR void isr51(void) { update(interruptArgs[51]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected