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