Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr29
Function
isr29
Encoder.h:850–850 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
848
#endif
849
#ifdef CORE_INT29_PIN
850
static ENCODER_ISR_ATTR void isr29(void) { update(interruptArgs[29]); }
851
#endif
852
#ifdef CORE_INT30_PIN
853
static ENCODER_ISR_ATTR void isr30(void) { update(interruptArgs[30]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected