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

Function isr47

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

Source from the content-addressed store, hash-verified

902 #endif
903 #ifdef CORE_INT47_PIN
904 static ENCODER_ISR_ATTR void isr47(void) { update(interruptArgs[47]); }
905 #endif
906 #ifdef CORE_INT48_PIN
907 static ENCODER_ISR_ATTR void isr48(void) { update(interruptArgs[48]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected