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

Function isr45

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

Source from the content-addressed store, hash-verified

896 #endif
897 #ifdef CORE_INT45_PIN
898 static ENCODER_ISR_ATTR void isr45(void) { update(interruptArgs[45]); }
899 #endif
900 #ifdef CORE_INT46_PIN
901 static ENCODER_ISR_ATTR void isr46(void) { update(interruptArgs[46]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected