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

Function isr7

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

Source from the content-addressed store, hash-verified

782 #endif
783 #ifdef CORE_INT7_PIN
784 static ENCODER_ISR_ATTR void isr7(void) { update(interruptArgs[7]); }
785 #endif
786 #ifdef CORE_INT8_PIN
787 static ENCODER_ISR_ATTR void isr8(void) { update(interruptArgs[8]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected