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