Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr58
Function
isr58
Encoder.h:937–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
935
#endif
936
#ifdef CORE_INT58_PIN
937
static ENCODER_ISR_ATTR void isr58(void) { update(interruptArgs[58]); }
938
#endif
939
#ifdef CORE_INT59_PIN
940
static ENCODER_ISR_ATTR void isr59(void) { update(interruptArgs[59]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected