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

Function isr13

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

Source from the content-addressed store, hash-verified

800 #endif
801 #ifdef CORE_INT13_PIN
802 static ENCODER_ISR_ATTR void isr13(void) { update(interruptArgs[13]); }
803 #endif
804 #ifdef CORE_INT14_PIN
805 static ENCODER_ISR_ATTR void isr14(void) { update(interruptArgs[14]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected