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

Function isr12

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

Source from the content-addressed store, hash-verified

797 #endif
798 #ifdef CORE_INT12_PIN
799 static ENCODER_ISR_ATTR void isr12(void) { update(interruptArgs[12]); }
800 #endif
801 #ifdef CORE_INT13_PIN
802 static ENCODER_ISR_ATTR void isr13(void) { update(interruptArgs[13]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected