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

Function isr36

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

Source from the content-addressed store, hash-verified

869 #endif
870 #ifdef CORE_INT36_PIN
871 static ENCODER_ISR_ATTR void isr36(void) { update(interruptArgs[36]); }
872 #endif
873 #ifdef CORE_INT37_PIN
874 static ENCODER_ISR_ATTR void isr37(void) { update(interruptArgs[37]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected