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

Function isr22

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

Source from the content-addressed store, hash-verified

827 #endif
828 #ifdef CORE_INT22_PIN
829 static ENCODER_ISR_ATTR void isr22(void) { update(interruptArgs[22]); }
830 #endif
831 #ifdef CORE_INT23_PIN
832 static ENCODER_ISR_ATTR void isr23(void) { update(interruptArgs[23]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected