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

Function isr17

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

Source from the content-addressed store, hash-verified

812 #endif
813 #ifdef CORE_INT17_PIN
814 static ENCODER_ISR_ATTR void isr17(void) { update(interruptArgs[17]); }
815 #endif
816 #ifdef CORE_INT18_PIN
817 static ENCODER_ISR_ATTR void isr18(void) { update(interruptArgs[18]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected