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