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

Function isr3

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

Source from the content-addressed store, hash-verified

770 #endif
771 #ifdef CORE_INT3_PIN
772 static ENCODER_ISR_ATTR void isr3(void) { update(interruptArgs[3]); }
773 #endif
774 #ifdef CORE_INT4_PIN
775 static ENCODER_ISR_ATTR void isr4(void) { update(interruptArgs[4]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected