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

Function isr51

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

Source from the content-addressed store, hash-verified

914 #endif
915 #ifdef CORE_INT51_PIN
916 static ENCODER_ISR_ATTR void isr51(void) { update(interruptArgs[51]); }
917 #endif
918 #ifdef CORE_INT52_PIN
919 static ENCODER_ISR_ATTR void isr52(void) { update(interruptArgs[52]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected