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

Function isr15

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

Source from the content-addressed store, hash-verified

806 #endif
807 #ifdef CORE_INT15_PIN
808 static ENCODER_ISR_ATTR void isr15(void) { update(interruptArgs[15]); }
809 #endif
810 #ifdef CORE_INT16_PIN
811 static ENCODER_ISR_ATTR void isr16(void) { update(interruptArgs[16]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected