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

Function isr30

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

Source from the content-addressed store, hash-verified

851 #endif
852 #ifdef CORE_INT30_PIN
853 static ENCODER_ISR_ATTR void isr30(void) { update(interruptArgs[30]); }
854 #endif
855 #ifdef CORE_INT31_PIN
856 static ENCODER_ISR_ATTR void isr31(void) { update(interruptArgs[31]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected