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

Function isr19

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

Source from the content-addressed store, hash-verified

818 #endif
819 #ifdef CORE_INT19_PIN
820 static ENCODER_ISR_ATTR void isr19(void) { update(interruptArgs[19]); }
821 #endif
822 #ifdef CORE_INT20_PIN
823 static ENCODER_ISR_ATTR void isr20(void) { update(interruptArgs[20]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected