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

Function isr55

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

Source from the content-addressed store, hash-verified

926 #endif
927 #ifdef CORE_INT55_PIN
928 static ENCODER_ISR_ATTR void isr55(void) { update(interruptArgs[55]); }
929 #endif
930 #ifdef CORE_INT56_PIN
931 static ENCODER_ISR_ATTR void isr56(void) { update(interruptArgs[56]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected