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

Function isr18

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

Source from the content-addressed store, hash-verified

815 #endif
816 #ifdef CORE_INT18_PIN
817 static ENCODER_ISR_ATTR void isr18(void) { update(interruptArgs[18]); }
818 #endif
819 #ifdef CORE_INT19_PIN
820 static ENCODER_ISR_ATTR void isr19(void) { update(interruptArgs[19]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected