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

Function isr16

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

Source from the content-addressed store, hash-verified

809 #endif
810 #ifdef CORE_INT16_PIN
811 static ENCODER_ISR_ATTR void isr16(void) { update(interruptArgs[16]); }
812 #endif
813 #ifdef CORE_INT17_PIN
814 static ENCODER_ISR_ATTR void isr17(void) { update(interruptArgs[17]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected