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

Function isr10

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

Source from the content-addressed store, hash-verified

791 #endif
792 #ifdef CORE_INT10_PIN
793 static ENCODER_ISR_ATTR void isr10(void) { update(interruptArgs[10]); }
794 #endif
795 #ifdef CORE_INT11_PIN
796 static ENCODER_ISR_ATTR void isr11(void) { update(interruptArgs[11]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected