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

Function isr11

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

Source from the content-addressed store, hash-verified

794 #endif
795 #ifdef CORE_INT11_PIN
796 static ENCODER_ISR_ATTR void isr11(void) { update(interruptArgs[11]); }
797 #endif
798 #ifdef CORE_INT12_PIN
799 static ENCODER_ISR_ATTR void isr12(void) { update(interruptArgs[12]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected