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

Function isr8

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

Source from the content-addressed store, hash-verified

785 #endif
786 #ifdef CORE_INT8_PIN
787 static ENCODER_ISR_ATTR void isr8(void) { update(interruptArgs[8]); }
788 #endif
789 #ifdef CORE_INT9_PIN
790 static ENCODER_ISR_ATTR void isr9(void) { update(interruptArgs[9]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected