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

Function isr26

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

Source from the content-addressed store, hash-verified

839 #endif
840 #ifdef CORE_INT26_PIN
841 static ENCODER_ISR_ATTR void isr26(void) { update(interruptArgs[26]); }
842 #endif
843 #ifdef CORE_INT27_PIN
844 static ENCODER_ISR_ATTR void isr27(void) { update(interruptArgs[27]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected