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

Function isr52

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

Source from the content-addressed store, hash-verified

917 #endif
918 #ifdef CORE_INT52_PIN
919 static ENCODER_ISR_ATTR void isr52(void) { update(interruptArgs[52]); }
920 #endif
921 #ifdef CORE_INT53_PIN
922 static ENCODER_ISR_ATTR void isr53(void) { update(interruptArgs[53]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected