Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr25
Function
isr25
Encoder.h:838–838 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
836
#endif
837
#ifdef CORE_INT25_PIN
838
static ENCODER_ISR_ATTR void isr25(void) { update(interruptArgs[25]); }
839
#endif
840
#ifdef CORE_INT26_PIN
841
static ENCODER_ISR_ATTR void isr26(void) { update(interruptArgs[26]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected