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

Function isr46

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

Source from the content-addressed store, hash-verified

899 #endif
900 #ifdef CORE_INT46_PIN
901 static ENCODER_ISR_ATTR void isr46(void) { update(interruptArgs[46]); }
902 #endif
903 #ifdef CORE_INT47_PIN
904 static ENCODER_ISR_ATTR void isr47(void) { update(interruptArgs[47]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected