Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr41
Function
isr41
Encoder.h:886–886 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
884
#endif
885
#ifdef CORE_INT41_PIN
886
static ENCODER_ISR_ATTR void isr41(void) { update(interruptArgs[41]); }
887
#endif
888
#ifdef CORE_INT42_PIN
889
static ENCODER_ISR_ATTR void isr42(void) { update(interruptArgs[42]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected