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

Function isr24

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

Source from the content-addressed store, hash-verified

833 #endif
834 #ifdef CORE_INT24_PIN
835 static ENCODER_ISR_ATTR void isr24(void) { update(interruptArgs[24]); }
836 #endif
837 #ifdef CORE_INT25_PIN
838 static ENCODER_ISR_ATTR void isr25(void) { update(interruptArgs[25]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected