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