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

Function isr42

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

Source from the content-addressed store, hash-verified

887 #endif
888 #ifdef CORE_INT42_PIN
889 static ENCODER_ISR_ATTR void isr42(void) { update(interruptArgs[42]); }
890 #endif
891 #ifdef CORE_INT43_PIN
892 static ENCODER_ISR_ATTR void isr43(void) { update(interruptArgs[43]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected