Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr56
Function
isr56
Encoder.h:931–931 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
929
#endif
930
#ifdef CORE_INT56_PIN
931
static ENCODER_ISR_ATTR void isr56(void) { update(interruptArgs[56]); }
932
#endif
933
#ifdef CORE_INT57_PIN
934
static ENCODER_ISR_ATTR void isr57(void) { update(interruptArgs[57]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected