Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/Encoder
/ isr31
Function
isr31
Encoder.h:856–856 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
854
#endif
855
#ifdef CORE_INT31_PIN
856
static ENCODER_ISR_ATTR void isr31(void) { update(interruptArgs[31]); }
857
#endif
858
#ifdef CORE_INT32_PIN
859
static ENCODER_ISR_ATTR void isr32(void) { update(interruptArgs[32]); }
Callers
nothing calls this directly
Calls
1
update
Function · 0.85
Tested by
no test coverage detected