Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr54
Function
isr54
Encoder.h:925–925 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
923
#endif
924
#ifdef CORE_INT54_PIN
925
static ENCODER_ISR_ATTR void isr54(void) { update(interruptArgs[54]); }
926
#endif
927
#ifdef CORE_INT55_PIN
928
static ENCODER_ISR_ATTR void isr55(void) { update(interruptArgs[55]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected