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

Function isr32

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

Source from the content-addressed store, hash-verified

857 #endif
858 #ifdef CORE_INT32_PIN
859 static ENCODER_ISR_ATTR void isr32(void) { update(interruptArgs[32]); }
860 #endif
861 #ifdef CORE_INT33_PIN
862 static ENCODER_ISR_ATTR void isr33(void) { update(interruptArgs[33]); }

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected