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

Function isr14

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

Source from the content-addressed store, hash-verified

803 #endif
804 #ifdef CORE_INT14_PIN
805 static ENCODER_ISR_ATTR void isr14(void) { update(interruptArgs[14]); }
806 #endif
807 #ifdef CORE_INT15_PIN
808 static ENCODER_ISR_ATTR void isr15(void) { update(interruptArgs[15]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected