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

Function isr48

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

Source from the content-addressed store, hash-verified

905 #endif
906 #ifdef CORE_INT48_PIN
907 static ENCODER_ISR_ATTR void isr48(void) { update(interruptArgs[48]); }
908 #endif
909 #ifdef CORE_INT49_PIN
910 static ENCODER_ISR_ATTR void isr49(void) { update(interruptArgs[49]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected