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

Function isr9

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

Source from the content-addressed store, hash-verified

788 #endif
789 #ifdef CORE_INT9_PIN
790 static ENCODER_ISR_ATTR void isr9(void) { update(interruptArgs[9]); }
791 #endif
792 #ifdef CORE_INT10_PIN
793 static ENCODER_ISR_ATTR void isr10(void) { update(interruptArgs[10]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected