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

Function isr6

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

Source from the content-addressed store, hash-verified

779 #endif
780 #ifdef CORE_INT6_PIN
781 static ENCODER_ISR_ATTR void isr6(void) { update(interruptArgs[6]); }
782 #endif
783 #ifdef CORE_INT7_PIN
784 static ENCODER_ISR_ATTR void isr7(void) { update(interruptArgs[7]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected