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

Function isr49

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

Source from the content-addressed store, hash-verified

908 #endif
909 #ifdef CORE_INT49_PIN
910 static ENCODER_ISR_ATTR void isr49(void) { update(interruptArgs[49]); }
911 #endif
912 #ifdef CORE_INT50_PIN
913 static ENCODER_ISR_ATTR void isr50(void) { update(interruptArgs[50]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected