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

Function isr5

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

Source from the content-addressed store, hash-verified

776 #endif
777 #ifdef CORE_INT5_PIN
778 static ENCODER_ISR_ATTR void isr5(void) { update(interruptArgs[5]); }
779 #endif
780 #ifdef CORE_INT6_PIN
781 static ENCODER_ISR_ATTR void isr6(void) { update(interruptArgs[6]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected