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