Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr43
Function
isr43
Encoder.h:892–892 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
890
#endif
891
#ifdef CORE_INT43_PIN
892
static ENCODER_ISR_ATTR void isr43(void) { update(interruptArgs[43]); }
893
#endif
894
#ifdef CORE_INT44_PIN
895
static ENCODER_ISR_ATTR void isr44(void) { update(interruptArgs[44]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected