Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr2
Function
isr2
Encoder.h:769–769 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
767
#endif
768
#ifdef CORE_INT2_PIN
769
static ENCODER_ISR_ATTR void isr2(void) { update(interruptArgs[2]); }
770
#endif
771
#ifdef CORE_INT3_PIN
772
static ENCODER_ISR_ATTR void isr3(void) { update(interruptArgs[3]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected