Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr38
Function
isr38
Encoder.h:877–877 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
875
#endif
876
#ifdef CORE_INT38_PIN
877
static ENCODER_ISR_ATTR void isr38(void) { update(interruptArgs[38]); }
878
#endif
879
#ifdef CORE_INT39_PIN
880
static ENCODER_ISR_ATTR void isr39(void) { update(interruptArgs[39]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected