Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr35
Function
isr35
Encoder.h:868–868 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
866
#endif
867
#ifdef CORE_INT35_PIN
868
static ENCODER_ISR_ATTR void isr35(void) { update(interruptArgs[35]); }
869
#endif
870
#ifdef CORE_INT36_PIN
871
static ENCODER_ISR_ATTR void isr36(void) { update(interruptArgs[36]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected