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

Function isr44

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

Source from the content-addressed store, hash-verified

893 #endif
894 #ifdef CORE_INT44_PIN
895 static ENCODER_ISR_ATTR void isr44(void) { update(interruptArgs[44]); }
896 #endif
897 #ifdef CORE_INT45_PIN
898 static ENCODER_ISR_ATTR void isr45(void) { update(interruptArgs[45]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected