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

Function isr39

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

Source from the content-addressed store, hash-verified

878 #endif
879 #ifdef CORE_INT39_PIN
880 static ENCODER_ISR_ATTR void isr39(void) { update(interruptArgs[39]); }
881 #endif
882 #ifdef CORE_INT40_PIN
883 static ENCODER_ISR_ATTR void isr40(void) { update(interruptArgs[40]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected