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

Function isr4

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

Source from the content-addressed store, hash-verified

773 #endif
774 #ifdef CORE_INT4_PIN
775 static ENCODER_ISR_ATTR void isr4(void) { update(interruptArgs[4]); }
776 #endif
777 #ifdef CORE_INT5_PIN
778 static ENCODER_ISR_ATTR void isr5(void) { update(interruptArgs[5]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected