Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr23
Function
isr23
Encoder.h:832–832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
830
#endif
831
#ifdef CORE_INT23_PIN
832
static ENCODER_ISR_ATTR void isr23(void) { update(interruptArgs[23]); }
833
#endif
834
#ifdef CORE_INT24_PIN
835
static ENCODER_ISR_ATTR void isr24(void) { update(interruptArgs[24]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected